i have a ms-access application that needs to be ported to php-mysql. this application manages student records(add/edit/delete). when i open this application in ms-access, all i can see is the form for adding/editing and deleting student. but i want to see the actual database tables so that, i can make my mysql tables accordingly. i have tried everything that i can think of but i just cant find the actual tables in this application. where to find them?
where are my table ??
Collapse
X
-
Tags: None
-
First thing to try is press and hold down <Shift> then click to open the database, continuing to hold <Shift> down until it finishes loading. Hopefully you'll now see the Objects dialog box. Click on the Tables tab.
If this worked, to keep from having to do this every time you open it, go to the Menu and Tools - Startup -Display Form/Page and and set this box to (None).
Linq ;0)> -
ur solution is dead right. thanx a million :) however instead of selecting "Tools - Startup -Display Form/Page" i had to select "Tools - Startup - Show Database window". hmm...may b im using different version than urs. newayz thanx againComment
Comment