Compile Error - Invalid Data Format

L

Lori Jo Vincent

I have an Access2000 database that is a replication. Starting the other day,
I started getting the following error, and now all my other computers that
synchronizes also get it. HELP!

Inital form for login information appears, when user hits OK, a module is
run to validate user and this error comes up:

Compile Error:
Invalid Data Format

the part of the code that is highlighted is:

Private Sub cmdLogin_Click()
modUserInfo.UserInfo
 
A

aps

Hi,

It looks like the Access cannot compile. One source for this is a missing
reference. On the vb window go to tools, references and see if any of the
included objects are missing.
 

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