S
Sydney Lotterby
(Wrongly posted to the SQL NG - sorry) (SQL2K, Access 2003)
I'm getting an error: "Syntax error (missing operator) in query expression
'xr.ours ..."
Here is the script that works fine in SQL2K
update fx
set fx.ours = xr.ours
from tcaFix_IT fx
inner join tcaXref_IT xr on fx.courts = xr.courts
Any ideas?
Is it related to Alias restrictions in Access?
What other SQL operations doesn't access support?
Is there an equivalent of ISNULL() in access?
tia
I'm getting an error: "Syntax error (missing operator) in query expression
'xr.ours ..."
Here is the script that works fine in SQL2K
update fx
set fx.ours = xr.ours
from tcaFix_IT fx
inner join tcaXref_IT xr on fx.courts = xr.courts
Any ideas?
Is it related to Alias restrictions in Access?
What other SQL operations doesn't access support?
Is there an equivalent of ISNULL() in access?
tia