function in 2003 not recognize access 2007

A

ALLILOUYA

my functions created in access 2003 are not recognize by access 2007. please
advise
 
D

Danny J. Lesandrini

I don't believe that is inherently true as a matter of upsizing. Access 2007 will
recognize and tread all functions the same, with one exception:

If you have a missing reference, all bets are off.

From any code module, choose References from the Tools menu. Check to
see if any have the word MISSING next to them. If so, you need to remove or
replace those references with ones that exist in the Office 12 environment.

If that's not the issue, then post the function that doesn't work. If it's not an issue
with references, then there isn't enough to go on here.
 
L

Linq Adams via AccessMonster.com

Also, code does not run in 2007 unless your database resides in a folder that
has been declared a “trusted†location.

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)
 
Top