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.
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.