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...