CheckBox help

C

ChrisBat

Hi,

Similar question to ND's, but I'm going through a wicked
sinus headache and can't think how to modify the code to
do what I need.
Here's the scenario:

I have a form that has a checkbox (Group Notified).
When I check this box, I want three things to happen:
(1) My RunEmail macro to run,
(2) GroupNotified Date textbox to populate with the Date
the checkbox was clicked, and
(3) GroupNotified Time textbox to populate with the Time
the checkbox was clicked.
If the Checkbox is not clicked, or is removed, I want the
Date/Time to remain/become blank and the email NOT to run.

Right now, my RunEmail code works fine, but I keep getting
funny error messages (i.e. Error 91, Set Statement
Required, etc...)

Any suggestions???
Thank you very much.......
Chris
 

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