D
dcrqueens
I am using the Find as U Type form by Allen Browne. In order to suppress
combo boxes it states that you add the following to the On load procedure
For example, to suppress filtering for Combo1 and Text99, set the form's On
Load property to:
=FindAsUTypeLoad([Form], "Combo1", "Text99")
The problem that I have is that there is already something else listed On
load procedure that s required t make the form work =FindAsUTypeLoad([Form]).
How do I add this additional information as well.
Any help would be greatly appreciated.
Diana
combo boxes it states that you add the following to the On load procedure
For example, to suppress filtering for Combo1 and Text99, set the form's On
Load property to:
=FindAsUTypeLoad([Form], "Combo1", "Text99")
The problem that I have is that there is already something else listed On
load procedure that s required t make the form work =FindAsUTypeLoad([Form]).
How do I add this additional information as well.
Any help would be greatly appreciated.
Diana