Upwards compatible

  • Thread starter Thread starter Liz J
  • Start date Start date
L

Liz J

I have a database written in Access 2002 and I have opened it in Access
2003.

My main data entry form no longer displays properly.

I have always thought that this type of software is backwards compatible.
Is that not true of Access 2003?

Liz
 
access 2002, and 2003 share the same file format.

So, from a compatibility point of view..they are really much the same.

Further, both a2002, and a2003 actually default to the a2000 format.

So, my bets are that you actually have a a2000 mdb file!!!

I would open up the a2002 code, and do a debug-compile. Does the code
compile on the a2002 box?

Likely, this sounds more like a reference problem. You can read about his
here...

Allen Browne
http://allenbrowne.com/ser-38.html

Doug Steele:
http://members.rogers.com/douglas.j.steele/AccessReferenceErrors.html

Peter Walker:
http://www.papwalker.com/dllhell/index-page2.html
 
Albert D.Kallal said:
access 2002, and 2003 share the same file format.

So, from a compatibility point of view..they are really much the same.

Further, both a2002, and a2003 actually default to the a2000 format.

So, my bets are that you actually have a a2000 mdb file!!!

I would open up the a2002 code, and do a debug-compile. Does the code
compile on the a2002 box?

Likely, this sounds more like a reference problem. You can read about his
here...

Allen Browne
http://allenbrowne.com/ser-38.html

Doug Steele:
http://members.rogers.com/douglas.j.steele/AccessReferenceErrors.html

Peter Walker:
http://www.papwalker.com/dllhell/index-page2.html


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(e-mail address removed)
http://www.members.shaw.ca/AlbertKallal

Many thanks Albert, I'll give that a go. It is possible the db was
originally written in Access 2000.

Cheers.
PS The link to Doug Steele's site doesn't seem to work.
 

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