N
Nolan Habegger
I'm new to Access and know just enough to be dangerous
when it comes to actions queries.
In the following table structure:
Table1
Name
Address
Phone
Table2
Name
Address
Phone
Table3
Name
Address
Phone
I am trying to perform the following actions:
WHERE Table1.Phone=Table2.Phone, I want to delete the
record from Table1 and append it to Table3.
I have a SQL statement that successfully COPIES the record
using an APPEND query, but that does not solve the
deletion issue.
Can someone compose a SQL statement that will do this?
Thanks,
Nolan Habegger
Houston, TX
when it comes to actions queries.
In the following table structure:
Table1
Name
Address
Phone
Table2
Name
Address
Phone
Table3
Name
Address
Phone
I am trying to perform the following actions:
WHERE Table1.Phone=Table2.Phone, I want to delete the
record from Table1 and append it to Table3.
I have a SQL statement that successfully COPIES the record
using an APPEND query, but that does not solve the
deletion issue.
Can someone compose a SQL statement that will do this?
Thanks,
Nolan Habegger
Houston, TX