undefined function 'date' in expression - Still not solved!

B

Bridget

I have resolved any missing references in VBA, but I still
can not create a query or a default value in a form using
Date() or Format...I can the above error.

Does anyone have any idea what I could be missing?
 
V

Van T. Dinh

Checking for missing References only is not enough occasionally: The
References Collection may be corrupted which doesn't mark any References as
"MISSING" but References are still not linked correctly into your database.

See Douglas J. Steele's article for more comprehensive fixes:

http://members.rogers.com/douglas.j.steele/AccessReferenceErrors.html

especially the method of deselecting a Reference, getting out, getting in
the References Dialog again and re-selecting the Reference.
 
B

bridget

It's a straight db...no problem on several others PCs, but
a few others just won't acknowledge these functions. I am
completely frustrated with this and don't understand what
is 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