Hi, Tek-Tips!
I'm working with Access 2003. I have a form that controls importing from Excel, then the database does some checking against a lookup table and merges data from there with the Excel data, and saves to another table.
I'm doing this by running macros (I don't know how to code well enough yet to do it all in code). The macros pop up the boxes that say "You're about to append xx records", etc.
The import and merge is working fine. However, we're importing some data from Excel that we don't want and I'd like to stop the process in the middle to give the user a chance to discard the records we don't want. (I can't code to exclude them because the criteria changes.)
Is there a way to use code to run a query, then open a table, then wait for the user to finish with the now-open table before going on to the next command?
Thanks for any help!
Michelle Hakala
I'm working with Access 2003. I have a form that controls importing from Excel, then the database does some checking against a lookup table and merges data from there with the Excel data, and saves to another table.
I'm doing this by running macros (I don't know how to code well enough yet to do it all in code). The macros pop up the boxes that say "You're about to append xx records", etc.
The import and merge is working fine. However, we're importing some data from Excel that we don't want and I'd like to stop the process in the middle to give the user a chance to discard the records we don't want. (I can't code to exclude them because the criteria changes.)
Is there a way to use code to run a query, then open a table, then wait for the user to finish with the now-open table before going on to the next command?
Thanks for any help!
Michelle Hakala