Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

module not showing up

Status
Not open for further replies.

Bri123456

Programmer
Jan 3, 2002
30
CA
Hi, I have a module that runs at the beginning of my application. I can run it whe I'm logged in as administrator but when a user logs in an error message appears sying that the module cannot be found. This module is called from a macro. Any help would be appreciated
 
bruce23:

When you say 'module', are you referring to a subroutine or function in the database Module?

If that's the case, then check to see if that sub/function is not Private. If it is, just remove the Private keyword.

If the sub/function is Public, (usually the default), then I think you have a permissions problem in your workgroup. You may have to go back and redefine and recreate the workgroup.

HTH,

Vic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top