monplankton
Registered User.
- Local time
- Today, 15:26
- Joined
- Sep 14, 2011
- Messages
- 83
Hi ,
Trying to send out some reminder E mails using some dates that I've set up in text boxes but can't get it to work.
I've started out simple to get it working as I'm not familar with VBA
Keeps saying object required, any help much appreciated. Oh working in 2003. Thanks
Trying to send out some reminder E mails using some dates that I've set up in text boxes but can't get it to work.
I've started out simple to get it working as I'm not familar with VBA
Code:
If Me![Planned Finish] <= [2days] And Me![Final Reminder] Is Null Then
MsgBox "YES", vbOKOnly
Keeps saying object required, any help much appreciated. Oh working in 2003. Thanks