Getting data into excel from a form in access .mde file

srifaat

New Member
Joined
Jun 23, 2008
Messages
2
Hi All,

This is my first post on this forum... I'm hoping someone here can help me with this...

I'm trying to transfer data from a shared access .mde file into an excel worksheet using vba in Excel.
Ive seen numerous samples of code on the net on how to connect to the source .mdb file and copy records from the table.
My problem is that the .mde file doesn't store the table. The values are only accessible through the form.
(so the ADO open table soure doesn't work, see
http://www.erlandsendata.no/english/index.php?d=envbadacimportado)

I can do a manual Copy of the values from the form using "Datasheet view" which displays all the values in table view, and then pasting them into
Excel, so I believe this can be automated with VBA, If I can get the commands to access the form rather than table, does anyone have any Ideas?

Regards,
Sherif
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.

Forum statistics

Threads
1,215,336
Messages
6,124,331
Members
449,155
Latest member
ravioli44

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top