B
Ben
On a form, I have two fields StartDate and EndDate.
I want a command button to ask the user if there is a report next week or not.
"Is there a report due next week?"
If the answer is yes, then add 7 days to the StartDate and EndDate and have
those fields be in a new record. So i want it to add a new record and add 7
days to both dates.
If the answer is no, then add 14 days, etc.
How do I do this?
I want a command button to ask the user if there is a report next week or not.
"Is there a report due next week?"
If the answer is yes, then add 7 days to the StartDate and EndDate and have
those fields be in a new record. So i want it to add a new record and add 7
days to both dates.
If the answer is no, then add 14 days, etc.
How do I do this?