Can I open a Access doument without access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Sone one sent me an document with the extnetion of .mdb after researching I
discovered it was access is there anyway to open this without buying a new
program?

Thanks!
 
You might be able to import data from it using Excel.

However, you should either ensure that you have ms-access, or better yet get
the person who sent you the data to convert it to a text files (csv) that
virtually any product from Excel to a text editor can read.

Be aware that a mdb file can have both data, and also can contain a
application part. If you just need the data..then a text file (comma
delimited) is likely a better solution here.
 
Sone one sent me an document with the extnetion of .mdb after researching I
discovered it was access is there anyway to open this without buying a new
program?

Thanks!

Well, an Access database isn't a "document" in the sense that a Word
document or an Excel spreadsheet is. It's a container for multiple
Tables of data, Forms (screens to display data), Reports (printable
objects), Queries, Macros and Modules (all various kinds of code to
manage the data). It's not really something you can "view".

Contact the person who sent it and ask them to export the contents
that you need to see to Excel, text, or a snapshot image viewable with
the Microsoft Snapshot Viewer.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top