A
ainow
Is there a way to use passed parameters to set “Forms†property?
Private Sub SetFormsProperty(formName AS ???, fieldName AS ???)
Forms.formName.fieldName.Visible = True
End Sub
If yes what is the syntax and what type variables would formName and
fieldName be?
Thanks
Jim
Private Sub SetFormsProperty(formName AS ???, fieldName AS ???)
Forms.formName.fieldName.Visible = True
End Sub
If yes what is the syntax and what type variables would formName and
fieldName be?
Thanks
Jim