macro help

G

Guest

I have a form with 2 check boxes 3 days and 5 days. I need that when one of the check boxes either 3 days or 5 days is checked for it to add the approprite number of days to the date and display it in the follow up date box.
 
S

Steve Schapel

Microsoftne,

You can do this with a macro on the AfterUpdate event of each of the two
checkboxes, like this...
Condition: [NameOf3DayCheckbox]=-1
Action: SetValue
Item: [FollowUpDate]
Expression: [FirstDate]+3

Please post back if you need any more specific help with this.
 

Ask a Question

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.

Ask a Question

Top