I have a form to input dates but some must only ever be a MONDAY so I need a validation rule, I have found something that may work but I am also having trouble placing the rule onto ACCESS.
Why not create a date selector combobox which takes its
dates from a table that only has a list of Mondays and set
the Limit To List property to True so the user can only
select one of the dates.
Alastair
-----Original Message-----
I have a form to input dates but some must only ever be a
I have a form to input dates but some must only ever be a MONDAY so I need a validation rule, I have found something that may work but I am also having trouble placing the rule onto ACCESS.
I have a form to input dates but some must only ever be a MONDAY so I need a validation rule, I have found something that may work but I am also having trouble placing the rule onto ACCESS.
use the before_update property with the weekday function to validate
...... to all you americans out there.... there are countries using every day
of the week as day 1 - so remember to check regional settings ;-)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.