How would you check to make sure that a field is formatted correctly? I have a textbox that has a date. The format of the textbox is 'mm/dd/yyyy' and throughout the code it is set up as format(txtdateassigned,"mm/dd/yyyy") but in one instance it is passing the time not the actual date. This is obviously causing problems. How do I code the if statment to make sure that it is a valid date?
Thanks
lhuffst
Thanks
lhuffst