A
Andrew@Rays
Hi,
How do I delete a record in an external database?
In the Current DB the SQL is:
"DELETE Tbl_A.Field_1 FROM Tbl_A WHERE ((Tbl_A.Field_1)="1"));
From the Current DB how do I delete the table if it is in a database called
"C:\MyFile.mdb"?
How do I delete a record in an external database?
In the Current DB the SQL is:
"DELETE Tbl_A.Field_1 FROM Tbl_A WHERE ((Tbl_A.Field_1)="1"));
From the Current DB how do I delete the table if it is in a database called
"C:\MyFile.mdb"?