Groundrush
Registered User.
- Local time
- Today, 22:57
- Joined
- Apr 14, 2002
- Messages
- 1,376
What am I doing wrong?
I'm trying to reference a field in a form via a module run from a command button on the same form but it's not working
form is called "frmSendSMS"
field is called "txtMobileNo
This is part of the code in the module
Much appreciated if anyone can spot & tell me what I'm doing wrong
Thanks
I'm trying to reference a field in a form via a module run from a command button on the same form but it's not working
form is called "frmSendSMS"
field is called "txtMobileNo
This is part of the code in the module
Code:
Option Compare Database
Global Const strClickatell_From = "&from=Forms!frmSendSMS!txtMobileNo" ' Staff
Much appreciated if anyone can spot & tell me what I'm doing wrong
Thanks