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!

Using system functions with or without Parenthesis

Status
Not open for further replies.

janvandezande

Programmer
Apr 4, 2002
2
BE
I have created and application in Access 2000 and I use in different cases de date function e.g.:
Dim Today as Date
Today = Date
If I test my application everything works fine if one of my colleagues try my application the compiler expects the Date function with Parenthesis e.g.:
Today = Date()
If I try to add Parenthesis in the application then the Parenthesis disappear when I go to the next line
What can be the cause of this and how can I Solve it?
 
What version of Access is your colleague running and what are the References that you and your colleague have loaded?


G LS



Reference :-
Go to the Visual Basic Code Window and select References... from the Tools menu.
Do you have the same set of references ticked?
 
I checked the references and there where some libraries not installed, it works fine now thanks for your help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top