janvandezande
Programmer
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?
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?