C
CMA
I would like to create a date validation rule as follows:
If the current date is within the first 10 calendar days of the month,
accept a date entry that falls between now and the first day of the previous
month.
If the current date is within day 11 and the end of the current month, allow
any date within the current month.
I'm hoping to avoid using VBA for this (I will if I must) but I'm wondering
if the Date Validation rules within the data table can allow this to happen
If the current date is within the first 10 calendar days of the month,
accept a date entry that falls between now and the first day of the previous
month.
If the current date is within day 11 and the end of the current month, allow
any date within the current month.
I'm hoping to avoid using VBA for this (I will if I must) but I'm wondering
if the Date Validation rules within the data table can allow this to happen