Problem with Access 2000 RunTime

  • Thread starter Thread starter Jan T.
  • Start date Start date
J

Jan T.

I have made a program with Access2k Developer Edition and win XP.

It works fine on my Machine. The menues are in Norwegian. I have
been using the Package and Deployment Wizard and when installed
on another computer, the menues are in English. Well, that's OK.

However, I made a report sheet with labels for a table Customers and it
return errors like #Name? for every record. The original db show
the results perfect. How can this be or what can be wrong here?

I have also made a combo box to look up the right record. This
cause the application to shut down. Again this works fine in the
original db/PC. (...using rec.clone on so on, with vba code).

Any help would be apprieciated

Regards
Jan
 
Hi Jan,

replies in order;

Jan T. said:
I have made a program with Access2k Developer Edition and win XP.

It works fine on my Machine. The menues are in Norwegian. I have
been using the Package and Deployment Wizard and when installed
on another computer, the menues are in English. Well, that's OK.
Language is taken from the computers systems settings, rather than being
Access specific.
However, I made a report sheet with labels for a table Customers and it
return errors like #Name? for every record. The original db show
the results perfect. How can this be or what can be wrong here?

I have also made a combo box to look up the right record. This
cause the application to shut down. Again this works fine in the
original db/PC. (...using rec.clone on so on, with vba code).
Check that all references selected on your pc are also selected on the *new*
pc, especially DAO3.6 - see visual basic / Tools / References
 
Ok, that makes sence. Thanks a lot.
I will check out that for this new computer first thing when I get there
again.

Thanks and have a nice week end! ;-)
Jan
 
Back
Top