E
enywu
Hi,
I'm trying to create an archive table here.
I have managed to copy those closed transaction to another table, bu
now I'm having problem to delete it from the original table.
the query as follows:
DELETE DISTINCTROW [Transaction - Headers].*
FROM [Transaction - Headers]
INNER JOIN [Transaction Headers - Closed PO] ON [Transaction
Headers].ref_no = [Transaction Headers - Closed PO].ref_no;
----------------
It keeps asking me to specify which table i want to delete.
Thank you very much in advance.
Regards,
En
I'm trying to create an archive table here.
I have managed to copy those closed transaction to another table, bu
now I'm having problem to delete it from the original table.
the query as follows:
DELETE DISTINCTROW [Transaction - Headers].*
FROM [Transaction - Headers]
INNER JOIN [Transaction Headers - Closed PO] ON [Transaction
Headers].ref_no = [Transaction Headers - Closed PO].ref_no;
----------------
It keeps asking me to specify which table i want to delete.
Thank you very much in advance.
Regards,
En