How can I import while the form is open?

C

Crystal

I am trying to import into a form while it is open. Is there any way to do
make it happen?
 
D

Douglas J. Steele

Forms don't have data, tables do, so it really doesn't make sense to talk in
terms of importing "into a form".

Import the data to the appropriate table and then do a requery on your form
to ensure you get all of the data.
 
Top