migrating from access 2000 to access 2003

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

Guest

HELP ... everything I read says that an Access 2000 db should run with no
problems under 2003. However, this is not my case. The db under 2000 has run
for years and now with 2003 I get errors that seem to be related to
"built-in" functions that 2003 says it can't find.

I have tried this db under Office XP and it functiions without problems.

I do NOT have data Access Pages which is the only thing I find as needing
converting.

I need to transfer this project to a person that has 2003 and we need it
running soon.

Thanks for any and all help anyone can provide.
 
Likely a problem with the References collection. This is common if there are
different versions of software between the machine where the application was
developed and those on which it's going to be run.

On the machine(s) where it's not working, open any code module, then select
Tools | References from the menu bar. Examine all of the selected
references.

If any of the selected references have "MISSING:" in front of them, unselect
them, and back out of the dialog. If you really need the reference(s) you
just unselected (you can tell by doing a Compile, under the Debug menu), go
back in and reselect them.

If none have "MISSING:", select an additional reference at random, back out
of the dialog, then go back in and unselect the reference you just added. If
that doesn't solve the problem, try to unselect as many of the selected
references as you can (Access may not let you unselect them all), back out
of the dialog, then go back in and reselect the references you just
unselected. (NOTE: write down what the references are before you delete
them, because they'll be in a different order when you go back in)
 
Just trying to check this out and it appears this relates to coded modules.
My errors come from within a report or macros and relate to functions such as
IIF and LEN and MID. References only seem to be available to me when I open a
basic module.
 
I would guess that you just need to go tools, macros security = low or
something

-Aaron
 
dude downloading from a 3rd party site liek that is risky.

Make sure oyu download the latest version; the full installer; the
latest version-- should be included with the Office 2003 Service Pack
install.

HTH i fight OWC all the time.

-Aaron
 

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