Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing

Status
Not open for further replies.

hongbin81

Technical User
Jul 4, 2003
61
KR
I'm aware of importing for example excel files into access by going to the file menu => get external data => import.

But I want to create an Import button on the form just for simplicity. Is there a way to make this Import button and call the same thing just like going into the file menu?

 
Try the following:

DoCmd.RunCommand acCmdImport

Regards...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top