Hi,
Should I be able to do the following delete in access 2002 -
'delete from table1 where table1.x in (select x from table2)'
I get a syntax error. I have also tried 'delete * from...'
Anyone help?
cheers,
Chris
Should I be able to do the following delete in access 2002 -
'delete from table1 where table1.x in (select x from table2)'
I get a syntax error. I have also tried 'delete * from...'
Anyone help?
cheers,
Chris
Comment