Calender

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is their a way in my parameter box if a user inputs a value that isn't a valid date to display a error message.
 
George,

Is it a text box on a form? If yes, change its format to date, set an
accepted range in Properties > Data > Validation Rules, and type the error
text you want displayed in property Validation Text.

Is it a dialog box opened from a macro or VB code? Check that it falls
within an acceptable range, and msgbox otherwise.

Is it just a parameter rerquested by a query? Sorry, no solution that I can
think of.

HTH,
Nikos

George Schneider said:
Is their a way in my parameter box if a user inputs a value that isn't a
valid date to display a error message.
 
Back
Top