A amunafc Registered User. Local time Tomorrow, 01:31 Joined Dec 17, 2009 Messages 62 Jul 14, 2010 #1 Import Excel into Access database Guruz I have attached a copy of a database. I want when a button is clicked, it should automatically import an excel file I have attached. thanks Attachments Budget.zip Budget.zip 93.4 KB · Views: 128 Last edited: Jul 15, 2010
Import Excel into Access database Guruz I have attached a copy of a database. I want when a button is clicked, it should automatically import an excel file I have attached. thanks
V vbaInet AWF VIP Local time Today, 23:31 Joined Jan 22, 2010 Messages 26,374 Jul 14, 2010 #2 Look into this DoCmd.TransferSpreadsheet
A amunafc Registered User. Local time Tomorrow, 01:31 Joined Dec 17, 2009 Messages 62 Jul 14, 2010 #3 ok lemme do it now, thanks many times
V vbaInet AWF VIP Local time Today, 23:31 Joined Jan 22, 2010 Messages 26,374 Jul 14, 2010 #4 You're welcome. Don't forget to look in the VBA help files for a full explanation and if you get stuck too, there are lots of examples on the forum so do a search.
You're welcome. Don't forget to look in the VBA help files for a full explanation and if you get stuck too, there are lots of examples on the forum so do a search.
A amunafc Registered User. Local time Tomorrow, 01:31 Joined Dec 17, 2009 Messages 62 Jul 14, 2010 #5 Again many thanx and I think I am winning
V vbaInet AWF VIP Local time Today, 23:31 Joined Jan 22, 2010 Messages 26,374 Jul 14, 2010 #6 Good to hear Win win win!!!
A amunafc Registered User. Local time Tomorrow, 01:31 Joined Dec 17, 2009 Messages 62 Jul 14, 2010 #7 winning winning
gemma-the-husky Super Moderator Staff member Local time Today, 23:31 Joined Sep 12, 2006 Messages 16,069 Jul 14, 2010 #8 out of interest - if you have a csv INSTEAD of a spreadsheet - you will find you actually have more control over the import.
out of interest - if you have a csv INSTEAD of a spreadsheet - you will find you actually have more control over the import.