Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text validation

Status
Not open for further replies.

DeepBlerg

Technical User
Jan 13, 2001
224
AU
I need to do some text validation before data can be entered to the mdb.

First type of validation is:
currency - needs to check if the format is (whatever).##

and Second type of validation is:
date - needs to check if format is dd mmm yyyy

how would i go about coding those text buttons to validate user input?

Thanks.
 
Greets,

You could use the format function to format the string before it's stored.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top