We have a mde database which has tables we need to access. Is there any way of doing this?
We have a mde database which has tables we need to access. Is there any way of doing this?

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
The tables in an MDE database are viewable. You may have to hold down the shift key as you open the database file?
Only forms, reports, modules etc can't be accessed in an MDE (compiled) MS Access database.
Hope this helps.
Jayden has already answered at least a part of your question, Pat. Is this a single file database? An mde on a back end isn't much use, because as has been pointed out, the tables are accessible. Compiling an mdb into an mde just compiles the code. If you have further questions or need more help, please post back.
Charlotte
Yes it's a single file database.
Can you access the tables in this single file database? I tried holding the shift key while opening the database but when it opens it shows no tables. I have checked the System and Hidden parameters but to no avail.
Unless the database has been protected somehow, you should be able to see any tables when you open the file, assuming that the tables are local to the mde. If you can't see tables, then I can only assume that the allowbypasskeys property has been set to false and there is code operating to hide them. Do you get the defauolt menu when you hold down the shift key when opening the file?
Charlotte
As Jayden and Charlotte have indicated, tables in an .mde database should be viewable, and you should be able to modify the design of the tables. There is no difference between .mdb databases and .mde databases in this respect. Have you tried changing the View option in the database window, for example to Details?
As you say the tables should viewable, however when you hit the Tables tab it shows no tables at all.
Are you saying that we should try and see the tables via the view set to details?
When we can see the tables can we link to these tables from another database?
In Large Icons view or Small Icons view, all tables might have been dragged out of the visible part of the database window. Tthe presence of scroll bars in the database window would be an indication of that. In List view or Details view, you should be able to see all tables.
> When we can see the tables can we link to these tables from another database?
Can you "see" the tables from another database now, if you select File | Get External Data | Link Tables?
>In Large Icons view or Small Icons view, all tables might have been dragged out of the visible part of the database window<
I will ring the client tomorrow and see if this is correct?
We cannot see the tables from another database? Although I didn't go thru File | Get External Data | Link Tables, I will again try this tomorrow.
>Do you get the defauolt menu when you hold down the shift key when opening the file?<
By the default menu do you mean the database window?
No, Charlotte meant the default menu bar at the top of the Access window (File, Edit, View, Insert, ...). She wanted to know if Shift was enabled as bypass key. Since you can see the database window (even if you don't see tables), it apparently is.
Patt,
Interesting thread. Regarding the MDE. Have the client create a new blank access database. Select File, Get External Data, Import and browse to the .MDE file. You should be able to see the tables even if the tables are linked to another database or hidden and import them. If you don't see the tables in this process, then they either don't exist or they have really secured the system well.
Any chance that user level security is in effect and the password being used does not grant full access to the tables?
As a test, I turned the shift bypass feature of one of my databases off and then created an .MDE. I could still import the tables out of the .MDE database using the process in the first paragraph.
Just my <img src=/S/2cents.gif border=0 alt=2cents width=15 height=15>
Gary
On your first point, Hans has suggested this already.
There is no user level security.
A thought, how do you unhide tables that have been hidden?
Patt
Look in Tools..Options...View
Regards
John
Thanks John, I knew that one, however, I thought there was another way.