C
ChrisBat
Hi,
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 by itself, but the
Call statement doesn't work and I keep getting
funny error messages (i.e. Error 91, Set Statement
Required, etc...)...
Any suggestions???
Thank you very much.......
Chris
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 by itself, but the
Call statement doesn't work and I keep getting
funny error messages (i.e. Error 91, Set Statement
Required, etc...)...
Any suggestions???
Thank you very much.......
Chris