I have a database i wrote and has gone live. I am getting reports of it crashing and groing to the debugger.
I get the error message 2447, which is "Invalid . operator, ! operator, or invalid parenthasis.
The line of code it breaks on is:
dateToday = DateBox.Value
Full code for the function section is:
Dim dateToday As Date
dateToday = DateBox.Value
DateBox is an invisible textbox on a form with the default value of Date().
---
I'm told it worked before I last updated it. Although my update didnt touch that section of cade that worked fine before.
I am unable to reproduce the error on my machine here, and dont know how to start on fixing this error.
I get the error message 2447, which is "Invalid . operator, ! operator, or invalid parenthasis.
The line of code it breaks on is:
dateToday = DateBox.Value
Full code for the function section is:
Dim dateToday As Date
dateToday = DateBox.Value
DateBox is an invisible textbox on a form with the default value of Date().
---
I'm told it worked before I last updated it. Although my update didnt touch that section of cade that worked fine before.
I am unable to reproduce the error on my machine here, and dont know how to start on fixing this error.