I would like to create an interactive form that creates a SELECT query with multiple parameters for a survey. Here is the example:
Doctors table
Procedure table
Clinic table
The form must allow the end user to select the doctor (from a dropdown), then the procedure (from a dropdown), from the correct clinic (from a dropdown) and then run it in a report by a quarterly date. Can someone direct me to a tutorial that would show this? I have looked at some examples on the Internet, but I can't say that I fully understand the code behind it and would like to see it explained. The end user is putting the information in from a paper form and then running reports for each clinic (satisfaction survey) and for each doctor quarterly.
Thank you in advance for any help and direction you could give.