Viewing 3 posts - 1 through 4 (of 4 total)
Okay I know what the problem is. The Access query I have is missing a join statement. There is a a Table in my Access Database being linked to another...
September 24, 2008 at 1:58 pm
I can produce the query into MS SQL Select statement, but I can't figure a way to convert it to an Update Statement.
SELECT * FROM TableA,TableB
WHERE (TableA.CapCode='' AND
...
September 24, 2008 at 12:34 pm
Thanks for the quick reply. I never heard of a Cross Apply until now. I have corrected the syntax as much as possible, but still get this error message:
Column 'FC.CHECK_DATE'...
August 15, 2008 at 1:49 pm
Viewing 3 posts - 1 through 4 (of 4 total)