vicissitude
Registered User.
- Local time
- Today, 15:43
- Joined
- Feb 28, 2010
- Messages
- 92
Hi,
I want to pass the name of a form control to a function so the function can check the value of that control (Check box)
i.e. If Forms![FormName].[CheckBox] = False then .....
Would you send it as a string or a control or ??? and if so how would you go about using that as a control reference?
Many thanks.
I want to pass the name of a form control to a function so the function can check the value of that control (Check box)
i.e. If Forms![FormName].[CheckBox] = False then .....
Would you send it as a string or a control or ??? and if so how would you go about using that as a control reference?
Many thanks.