James.90
12-04-2007, 03:00 PM
Hey. This is a really basic question but i've looked through a few tutorials and couldn't find an answer
If i have this statement
SELECT * FROM timesheet
WHERE Weekending='07/12/07' FNAME='James.90';
How do i filter it with 2 parameters
such as the Weekending and the FNAME. When i run it, it gives me the following error
Syntax Error (missing operator) in query expression Weekending="07/12/07" FNAME="James.90".
Thanks
If i have this statement
SELECT * FROM timesheet
WHERE Weekending='07/12/07' FNAME='James.90';
How do i filter it with 2 parameters
such as the Weekending and the FNAME. When i run it, it gives me the following error
Syntax Error (missing operator) in query expression Weekending="07/12/07" FNAME="James.90".
Thanks