G Guest Nov 30, 2004 #1 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 Nov 30, 2004 #2 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.
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.