how to get the data from a access 2002 application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mikek12004
    New Member
    • Sep 2008
    • 200

    how to get the data from a access 2002 application

    I have a access 2002 application (a file with MDE extension) which when you execute it access 2002 opens and you insert/view/modify data through a series of user-created forms. Assuming that they are stored in a access database I want to get that database in order to create a new application (preferably with php/mysql). So I want to get the application's data. Anyway I could an export or something like that (even getting the data in access format is fine just I want to seperate them from the application)?
  • missinglinq
    Recognized Expert Specialist
    • Nov 2006
    • 3533

    #2
    You can import tables or link to tables in MDE files just like you can in MDB files.

    Goto File - Get External Data then either Import or Link Tables.

    Linq ;0)>

    Comment

    Working...