F
Frank M.
Everyday I receive a datafile with changed and new
records that has to go into a table in an Access database.
Can I create two queries to update and insert new records
from the datafile to the table in Access?
If for example the table is "Customer" with
fields "CustID", "Name" and the linked datafile is
called "Custdata.csv" (with the same fields), how would
the two queries look?
If there are any errors during the insert and update will
they be put into new tables that can be accessed
afterwards?
Finally, can the queries be called from VBA, so that they
could be executed at regular intervals if the datafile
exists?
Help with this will be much appreciated.
Regards,
Frank M.
records that has to go into a table in an Access database.
Can I create two queries to update and insert new records
from the datafile to the table in Access?
If for example the table is "Customer" with
fields "CustID", "Name" and the linked datafile is
called "Custdata.csv" (with the same fields), how would
the two queries look?
If there are any errors during the insert and update will
they be put into new tables that can be accessed
afterwards?
Finally, can the queries be called from VBA, so that they
could be executed at regular intervals if the datafile
exists?
Help with this will be much appreciated.
Regards,
Frank M.