S
stefan hoffmann
hi,
is it possible to use a function call as event replacement with the form
itself (Me) as parameter?
In a module i have defined the following:
Public Function FormApplyFilter(AForm As Access.Form) As Boolean
AForm.FilterOn = True
End Function
And i like to set a click property for a button like this in the
property editor:
OnClick = "=FormApplyFilter(Me)"
--> stefan <--
is it possible to use a function call as event replacement with the form
itself (Me) as parameter?
In a module i have defined the following:
Public Function FormApplyFilter(AForm As Access.Form) As Boolean
AForm.FilterOn = True
End Function
And i like to set a click property for a button like this in the
property editor:
OnClick = "=FormApplyFilter(Me)"
--> stefan <--