T
Twig
Greetings,
I would appreciate a tip or two on the following:
1. I have a Module function, that based on a condition will change the
value of a form field.
2. I am passing the form control name to my function like this:
MyFunction (ctlname) I have ctlname set to
ctlCurrentControl.Name.
3. Everything works fine up to this point.
4. However when the condition in the Module function is met, I wanted
to update the form field by saying: ctlname = "some new value".
This doesn't work and requires me to refer to the full form and field
name. example: forms!
frmUserForm.txtJobNumber.
Any help would be appreciated.
Thanks,
Twig
I would appreciate a tip or two on the following:
1. I have a Module function, that based on a condition will change the
value of a form field.
2. I am passing the form control name to my function like this:
MyFunction (ctlname) I have ctlname set to
ctlCurrentControl.Name.
3. Everything works fine up to this point.
4. However when the condition in the Module function is met, I wanted
to update the form field by saying: ctlname = "some new value".
This doesn't work and requires me to refer to the full form and field
name. example: forms!
frmUserForm.txtJobNumber.
Any help would be appreciated.
Thanks,
Twig