Click here to Skip to main content
15,888,351 members
Home / Discussions / Database
   

Database

 
JokeRe: Recordset results Pin
Wendelius14-Feb-11 9:26
mentorWendelius14-Feb-11 9:26 
GeneralRe: Recordset results (solved) Pin
scorp_scorp14-Feb-11 16:09
scorp_scorp14-Feb-11 16:09 
GeneralRe: Recordset results (solved) Pin
Wendelius16-Feb-11 8:30
mentorWendelius16-Feb-11 8:30 
QuestionSyntex Error, Missing Operator !!! Pin
scorp_scorp12-Feb-11 17:47
scorp_scorp12-Feb-11 17:47 
AnswerRe: Syntex Error, Missing Operator !!! Pin
Luc Pattyn12-Feb-11 18:08
sitebuilderLuc Pattyn12-Feb-11 18:08 
GeneralRe: Syntex Error, Missing Operator !!! DIDNT work [modified] Pin
scorp_scorp12-Feb-11 18:53
scorp_scorp12-Feb-11 18:53 
AnswerRe: Syntex Error, Missing Operator !!! Pin
Wendelius12-Feb-11 21:29
mentorWendelius12-Feb-11 21:29 
GeneralRe: Syntex Error, Missing Operator !!! [modified] Pin
scorp_scorp12-Feb-11 21:35
scorp_scorp12-Feb-11 21:35 
scope is a string and eid is a int.

dim scope as string
dim eid as integer
scope = CStr(Forms![report_testin]![Combo42].Value)
eid =Int(Forms![report_testin]![Combo29].Value)


ami defining the string sqls wrong???

I also tried to modify sqls to be:
sqls = "SELECT distinct c_number, c_description FROM tb_c INNER JOIN tb_c_details ON tb_c.c_number = tb_c_details.c_number WHERE e_id = " & eid


It generates another Error:
"The specifies Field 'c_number' could refer to more than one table listed in the FROM clause of your sql statement"

but it doesnt make sense for me WTF | :WTF:
0 will always beats the 1.
modified on Sunday, February 13, 2011 4:08 AM

GeneralRe: Syntex Error, Missing Operator !!! Pin
Wendelius12-Feb-11 22:12
mentorWendelius12-Feb-11 22:12 
GeneralRe: Syntex Error, Missing Operator !!! Pin
scorp_scorp12-Feb-11 22:27
scorp_scorp12-Feb-11 22:27 
GeneralRe: Syntex Error, Missing Operator !!! Pin
Wendelius12-Feb-11 22:42
mentorWendelius12-Feb-11 22:42 
QuestionHow to make auto number start from 2000 Pin
ivo7511-Feb-11 7:18
ivo7511-Feb-11 7:18 
AnswerRe: How to make auto number start from 2000 Pin
Wendelius11-Feb-11 7:45
mentorWendelius11-Feb-11 7:45 
GeneralRe: How to make auto number start from 2000 Pin
ivo7511-Feb-11 9:29
ivo7511-Feb-11 9:29 
GeneralRe: How to make auto number start from 2000 Pin
Wendelius11-Feb-11 10:15
mentorWendelius11-Feb-11 10:15 
AnswerRe: How to make auto number start from 2000 Pin
Abhinav S12-Feb-11 21:47
Abhinav S12-Feb-11 21:47 
QuestionProblem installing SQL Server 2005 on Vista Pin
gaby5811-Feb-11 5:01
gaby5811-Feb-11 5:01 
AnswerRe: Problem installing SQL Server 2005 on Vista Pin
Wendelius11-Feb-11 5:32
mentorWendelius11-Feb-11 5:32 
AnswerRe: Problem installing SQL Server 2005 on Vista Pin
a1mimo28-Feb-11 2:14
a1mimo28-Feb-11 2:14 
Questionsql Pin
kesavan210-Feb-11 22:51
kesavan210-Feb-11 22:51 
AnswerRe: sql PinPopular
Luc Pattyn10-Feb-11 23:31
sitebuilderLuc Pattyn10-Feb-11 23:31 
GeneralRe: sql Pin
Jörgen Andersson11-Feb-11 1:22
professionalJörgen Andersson11-Feb-11 1:22 
GeneralRe: sql Pin
PIEBALDconsult11-Feb-11 1:50
mvePIEBALDconsult11-Feb-11 1:50 
GeneralRe: sql Pin
Luc Pattyn11-Feb-11 1:58
sitebuilderLuc Pattyn11-Feb-11 1:58 
GeneralRe: sql Pin
Pravin Patil, Mumbai11-Feb-11 2:10
Pravin Patil, Mumbai11-Feb-11 2:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.