D
drabbacs
I've seen the posts regarding the use of code to use the
open file dialogue box but I'm not sure how to put the
pieces together. I want the user to be able to click on a
command button, then display the open file dialogue, and
then import the excel file they specify into the database.
I'm assuming that I am supposed to tie an event procedure
to the on-click property of the command button. The event
procedure would then be code from
http://www.mvps.org/access/api/api0001.htm but as I've
said I'm not sure how to put it together. Is the short
piece of code from the top put under the form object and
the longer code enetered as a module or some other
arrangement. Also where does the file information get
retained?
Thanks for the help in advance
Drabbacs
open file dialogue box but I'm not sure how to put the
pieces together. I want the user to be able to click on a
command button, then display the open file dialogue, and
then import the excel file they specify into the database.
I'm assuming that I am supposed to tie an event procedure
to the on-click property of the command button. The event
procedure would then be code from
http://www.mvps.org/access/api/api0001.htm but as I've
said I'm not sure how to put it together. Is the short
piece of code from the top put under the form object and
the longer code enetered as a module or some other
arrangement. Also where does the file information get
retained?
Thanks for the help in advance
Drabbacs