Can form be open during import

A

Alex

In a macro, I delete a table, for example TableOne, transfertxt delimited to
to a table named TableOne.

Question - while the macro runs, can a user have a form open that has a
couple controls that reference fields in TableOne in dlookups and queries?
The forms' data record source is not TableOne. Thanks.
 
N

NetworkTrade

yes

but if it had established values from the original Table1 - those values
will not automatically update....you will need to retrigger the dlookup &
queries
 
Top