New objects don't work w/Access 07

J

jim

Our company went through a conversion and I rewrote all the database software
to include some of managements requirements. Now only 1 object works on the
user's computer that has Access 07 on it. Previously all my programs worked
on her computer. I used a new reference in some new objects, DAO 306 Object
Library. When I attempt to use most objects they don't work. Is there
something else needed? Do I have to recompile or convert on her machine?
TIA
 
L

Linq Adams via AccessMonster.com

jim said:
Previously all my programs worked on her computer. I used a new reference in >some new objects, DAO 306 Object Library. When I attempt to use most objects >they don't work.

The new reference ( DAO 306 Object Library) has to be included on all
machines you're trying to run the database on. Here are Doug Steele's
detailed instructions on how to troubleshoot the problem:

http://www.accessmvp.com/DJSteele/AccessReferenceErrors.html
 
L

Linq Adams via AccessMonster.com

Also, of course, code doesn't work in v2007 unless the folder that holds the
database file has been declared as a "Trusted" site:

To trust your folder, click:

Office Button (top left)
Access Options (bottom of dialog)
Trust Center (left)
Trust Center Settings (button)
Trusted Locations (left)
Add new location (button)
 

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

Top