G
Guest
I'm trying to build an If then Statement into vb. I have two databases.
"W0005.mdb" and "TheBBL1.mdb. I'm building the vbcode in "TheBBL1.mdb."
In the W0005.mdb database I have a table called W0005 with a field named
Recon Approval Date.
In the TheBBL1.mdb database I have a table called Trade Information Table
with a field named Date Booked.
I want to prevent data from being Appended from the W0005.mdb "W0005" table
into a table called "W0005" in "TheBBL1.mdb" if W0005.mdb Recon Approval Date
= TheBBL1.mdb Trade Information Table. Date booked.
Otherwords, Date Booked = Recon Approval Date.
Does anyone know what the code would look like?
Thanks
Don
"W0005.mdb" and "TheBBL1.mdb. I'm building the vbcode in "TheBBL1.mdb."
In the W0005.mdb database I have a table called W0005 with a field named
Recon Approval Date.
In the TheBBL1.mdb database I have a table called Trade Information Table
with a field named Date Booked.
I want to prevent data from being Appended from the W0005.mdb "W0005" table
into a table called "W0005" in "TheBBL1.mdb" if W0005.mdb Recon Approval Date
= TheBBL1.mdb Trade Information Table. Date booked.
Otherwords, Date Booked = Recon Approval Date.
Does anyone know what the code would look like?
Thanks
Don