Error 3044

vbbbmom

Registered User.
Local time
Today, 10:28
Joined
Jul 12, 2011
Messages
33
I have a front end DB that will open fine on all computers except one. When the DB is opened, a prompt for the username and password appears. After the username and password is entered, they click the enter command button which then opens the Home Form. The Home Form has an OnOpen event with an embedded macro to open a hidden form that I keep open during the entire session. According to the message box the problem is with this form. When the enter button is clicked we receive an error message box with the details below:

Macro Single Step (MsgBox Name)

Home: Form: OnOpen: Embedded Macro (Macro Name)

Open Form (Action Name)

3044 (Error number)

FrmKeepOpen, Form,,,,Hidden (Arguments)

The 3 button options on the message box are "Step" which appears disabled, "Stop All Macros" which appears enabled and highlighted, and "Continue" which appears disabled.

This message only appears on one computer.

Any ideas as to how to fix this error?
 
That message indicates that some path is not valid. Is this a split database? Perhaps the path to the back end has changed?

SHADOW
 
Howzit

If you have linked tables to a back end make sure you use the UNC file path and not mapped drives. If you use mapped drive to link to your back end all users must have exactly the same mapped drive on their computer.
 
Thank you Shadow and kiwiman. It was the path to the backened.
 
Good to hear that was resolved! Glad we could help.

Good luck

SHADOW
 

Users who are viewing this thread

Back
Top Bottom