Text Box Date

uplink600

Registered User.
Local time
Today, 14:47
Joined
Mar 18, 2004
Messages
69
Hi

Is there a way I can get a text box to only accept a date if it falls on a particular day of the week. For example only if the date happens to be a Tuesday.

Also posted this question in the VB Code forum which is probably the better place for it.

Thanks

VC
 
You can use the DatePart() function to validate your date. You could certainly build an [event procedure] on the BeforeUpdate event of the field, or possibly as part of an expression in the validation property.
 

Users who are viewing this thread

Back
Top Bottom