H
HORNUNG
I have VB code that prompts the user to browse to another database and
TransferDatabase acImport a table (tblCustomers) into existing DB. The table
name is the same all the time, however a few of the fields are named
differently, such as: LName vs. LastName.
After the import table, I kickoff an append query to merge tblCustomers
into tblCustomersMaster, however I don't know how to write the script to
include LName or LastName.
Can you help?
TransferDatabase acImport a table (tblCustomers) into existing DB. The table
name is the same all the time, however a few of the fields are named
differently, such as: LName vs. LastName.
After the import table, I kickoff an append query to merge tblCustomers
into tblCustomersMaster, however I don't know how to write the script to
include LName or LastName.
Can you help?