G
Guest
I have my main table that conatains all the current data.
The other table i created from a query that Data is no longer needed in the
main table. and need to run a delete query to delete whats in main table
that matches whats in the second table.
I'm sorta new to making delete query's so any help would be appreciated.
DELETE *
FROM ClintracWork, DeleteFinnished
WITH OWNERACCESS OPTION;
Ive tried joining but im sure i was making mistakes. ClintracWork is the
main table with all the data, and DeleteFinnished is the table that holds
the data that needs to be deleted from ClintracWork.
I tried doing a a form with which worked off a unmatched querry for
ClintrWork vs DistinctAccounts so i could update the delte field with a yes
command but states its not updatable. whihc the datasheet that comes up
with querry isnt but main table is. so thats why im going this route with
making a table of data to delete from the main table.
sorry for long drawn out post but anyhelp would be greatly appreciated.
The other table i created from a query that Data is no longer needed in the
main table. and need to run a delete query to delete whats in main table
that matches whats in the second table.
I'm sorta new to making delete query's so any help would be appreciated.
DELETE *
FROM ClintracWork, DeleteFinnished
WITH OWNERACCESS OPTION;
Ive tried joining but im sure i was making mistakes. ClintracWork is the
main table with all the data, and DeleteFinnished is the table that holds
the data that needs to be deleted from ClintracWork.
I tried doing a a form with which worked off a unmatched querry for
ClintrWork vs DistinctAccounts so i could update the delte field with a yes
command but states its not updatable. whihc the datasheet that comes up
with querry isnt but main table is. so thats why im going this route with
making a table of data to delete from the main table.
sorry for long drawn out post but anyhelp would be greatly appreciated.