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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dot operator suddenly giving error

Status
Not open for further replies.

PurpleUnicorn

Programmer
Mar 16, 2001
79
US
I have an application created in Access 2000. This morning I made a minor change to a form (that previously worked) and imported it into my active mdb. I am getting compile errors that are resolved when I change all dots to !. The problem occurred in code that I did not change. Why have the dots suddenly become a problem?

Thanks
 
Generally, the bang operator (!) is used to seperate an object from a collection it's in, wheras the dot (.) is used to describe a property or method.

You always ahve to use the bang in a parameter query.

Access 2000 translates evrything to quote and paranteses anyway. Tyrone Lumley
augerinn@gte.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top