Hi All,
I have created a form.
In my form there are an option selection.
Search by Single Field or Multiple Field.
If the user select Single field, a drop down list will apppear and the user will select to search by "Status", Case Type" or "Reported Date"
When they choose either one, the field for them to enter will appear.
Like for example, if they select "Status" in the drop down list, the field "StatusSelection" will appear.
If they select "Case Type" then the "CaseType" Field will appear.
How and where should i write the code?
When Form Load, "Status", Case Type" and "Reported Date" Visiable = False.
Thanks.