where are my table ??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • painkiller
    New Member
    • Nov 2007
    • 17

    #1

    where are my table ??

    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?
  • missinglinq
    Recognized Expert Specialist
    • Nov 2006
    • 3533

    #2
    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)>

    Comment

    • painkiller
      New Member
      • Nov 2007
      • 17

      #3
      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 again

      Comment

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32669

        #4
        Try hitting F11 if the database window is not showing.

        Unless this too, has been disabled, it will show you your tables etc.

        Comment

        Working...