Function Date() isn't work

  • Thread starter Thread starter nirvanabg
  • Start date Start date
N

nirvanabg

Guest
I made a program for litle hotel registration. It worked enoudh good for me but after changing a comuter function Date() isn't work
In Build-In-Functios Date() persist but every try to use it cose massage "The function you entered can't be used in this expression"
In some queries I change Date() with Now() but can't do this in all.
HELP
 
write datetime.date
it will fix your problem
 
While viewing code in a form or module go to Tools>References and look for MISSING references. Make a note of them and then uncheck the reference. OK back to the code and Debug>Compile. If that does not fix it then post back.
 

Users who are viewing this thread

Back
Top Bottom