Hello and thanks in advance.
I am new to forms. My project deals with creating a form that provides 4 options to users, upon clicking any of the option, it will allow a user to enter parameters/search criteria to print a report.
I need help with how to create form that will take user from first form (with 4 options) to another form (with search criteria input)
I currently have this setup by creating a separate form for each of the 4 options and call them using onclick function. However, this opens each form in its own tab.
I want to create something where everything is taking in one form, meaning the search criteria will open up in the same form as where the options are listed. Is this only achievable using VBA?
Any help is greatly appreciated.