G
Guest
Need advise,
1. built macro that imports Excel spreadsheets into Access. Using only the
Swicthboard for user interface (they can not see database windows). Want to
alert user if import results in an error table. Can I add a line to the
marco that will show user import error table if one is created during the
import process while ignoring the statement if no error table is created.
2. how do I get the import macro command "TransferSpreadsheet" to create a
primary key. Right now I can't and have to execute a delete query to clear
the table before importing, however primary key begin at last record imported
(not 1) don't want to compact database each time.
1. built macro that imports Excel spreadsheets into Access. Using only the
Swicthboard for user interface (they can not see database windows). Want to
alert user if import results in an error table. Can I add a line to the
marco that will show user import error table if one is created during the
import process while ignoring the statement if no error table is created.
2. how do I get the import macro command "TransferSpreadsheet" to create a
primary key. Right now I can't and have to execute a delete query to clear
the table before importing, however primary key begin at last record imported
(not 1) don't want to compact database each time.