R
Roger Svensson
Hi,
I have a SQL query that works fine on an SQL server database but not on an
equivalent Access database. Can anyone please help me tune the query to
function in Access?
The query looks like this:
update TABLE1 set Column1 = (select count(*) from TABLE2 where("Column2"=2))
/Roger
I have a SQL query that works fine on an SQL server database but not on an
equivalent Access database. Can anyone please help me tune the query to
function in Access?
The query looks like this:
update TABLE1 set Column1 = (select count(*) from TABLE2 where("Column2"=2))
/Roger