K
kathy
Using Access 2000 I have a simple delete query that won't
work, but gives message 'could not delete from specified
tables'.
I have deleted and recreated tables and query. The design
view of query:
FIELD table1* suffix
TABLE table1 table2
DELETE From where
If number included in 'suffix' field of table 2 is in
table1, want it deleted from table1
This is related SQLtable1 is ANUM_COA,table2 is pulled)
DELETE ANUM_COA.*, pulled.A_NUM_SUFFIX
FROM ANUM_COA INNER JOIN pulled ON ANUM_COA.suffix =
pulled.A_NUM_SUFFIX;
Can anyone help?
work, but gives message 'could not delete from specified
tables'.
I have deleted and recreated tables and query. The design
view of query:
FIELD table1* suffix
TABLE table1 table2
DELETE From where
If number included in 'suffix' field of table 2 is in
table1, want it deleted from table1
This is related SQLtable1 is ANUM_COA,table2 is pulled)
DELETE ANUM_COA.*, pulled.A_NUM_SUFFIX
FROM ANUM_COA INNER JOIN pulled ON ANUM_COA.suffix =
pulled.A_NUM_SUFFIX;
Can anyone help?