Preka
Programmer
- May 11, 2004
- 55
I'm getting a strange error using the date function on a form. This is an existing form/dbase, and it's shared from the server. The date appears just fine on every other computer that can access the dbase except for my desktop and my laptop. All other computers are running Win2000, mine are both running XP. If I attempt to edit the control using the date function, I get:
The function you entered can't be used in this expression.
* You may have used a DoEvents, Lbound, Ubound, Spc, or tab function in an expression.
* You may have used an SQL aggregate function, such as Count, in a design grid or in a calculated control or field.
This error appears if I try to move my cursor out of the date control, or attempt to move to form view.
One final thing: The NOW function works just fine (but that's not what I want to use)
The function you entered can't be used in this expression.
* You may have used a DoEvents, Lbound, Ubound, Spc, or tab function in an expression.
* You may have used an SQL aggregate function, such as Count, in a design grid or in a calculated control or field.
This error appears if I try to move my cursor out of the date control, or attempt to move to form view.
One final thing: The NOW function works just fine (but that's not what I want to use)