I don't think this is too tough. I have a linked ODBC table. There are 3 fields: CustomerNumber, OrderDate, and DeliveryDate.
How can I limit the values entered into OrderDate and DeliveryDate to weekdays only. They are both text fields. So, I'd like the user to be able to enter ONLY:
Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday.
I have a form setup so that this isn't directly entered into the table but through that form. Should I do it through the form or the table?
This is to avoid spelling errors by the user.
Thanks,
TN
How can I limit the values entered into OrderDate and DeliveryDate to weekdays only. They are both text fields. So, I'd like the user to be able to enter ONLY:
Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday.
I have a form setup so that this isn't directly entered into the table but through that form. Should I do it through the form or the table?
This is to avoid spelling errors by the user.
Thanks,
TN