date function problem

krunalprajapati

Registered User.
Local time
Today, 18:10
Joined
Dec 15, 2004
Messages
101
hi everyone.

i have a textbox(unboud or bound ) on my form.
and it has default value =date(). but it will give error:
ERROR:
the function u 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 Design grid or in a calculated control or field.

----
Also there is error for the functions like mid, cint which r used in a form.
this were running well previously when i had VB installed. after i uninstall the VB this error comes for the form's which r created previous with the functions mid, date(), Cint etc.

Even after uninstallation of VB, i can't use these functions anywhere in New forms or queries.
 
Have you checked your references?
 

Users who are viewing this thread

Back
Top Bottom