D
Don Ireland
I have an application that I developed in Access. It looks at the system
date and time for certain events. On some computers it works and on others
it doesn't. I can only assume that there is something that needs to be
registered somewhere to make the other machines functional.
The code the causes the error was a simple set a text box to the date:
TxtDate.Value = Date
I also created a box to display the current time....
TxtTimer.Value = Time
Both lines are in a Form's Load event. Both lines failed only on certain
PC's. Any idea what I am missing????
date and time for certain events. On some computers it works and on others
it doesn't. I can only assume that there is something that needs to be
registered somewhere to make the other machines functional.
The code the causes the error was a simple set a text box to the date:
TxtDate.Value = Date
I also created a box to display the current time....
TxtTimer.Value = Time
Both lines are in a Form's Load event. Both lines failed only on certain
PC's. Any idea what I am missing????