How can I import while the form is open?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to import into a form while it is open. Is there any way to do
make it happen?
 
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.
 
Back
Top