Ok. I don't know if I am asking the wrong question to get the right answer, so please bear with me. I have a database, which I believe is in 3rd normal form. I have the forms for entry set up, and now I have the first report.
This is a hiring database, which tracks applicants, their applications, attaches to a job listing if they applied in reference to one, and all activities that pertain to each application ( calls, emails, interviews).
I have the report set up perfectly for a candidate report.
Now I want to add a way for the person using the app to be able to choose the candidate they want to see a report for. Chances are that they will only want to see one at a time.
My thought is to make a search form, have the user select the record and tie the pk parameter from the report to the form.
If you think there is a better way, I would love any ideas.
If that sounds like a good method, can someone help me with how I do it? lmao. I have the concept, but the search form and select is my fear. I have used a search form I found online once, but there is a limitation to it. It searches one table. I need to be able to have it search any field my user wants.
I have been told that a boss might say " hey can you pull up a report on that candidate that when to Brown university?" This means that they would need to search on the school field, which is in the tblcandidatetypeinfo table.
I wonder if a query might work, and I will probably try it out, but in the mean time, I thought I would throw this question out there, to see if anyone might have different thoughts. Thanks!
misscrf
It is never too late to become what you could have been ~ George Eliot
This is a hiring database, which tracks applicants, their applications, attaches to a job listing if they applied in reference to one, and all activities that pertain to each application ( calls, emails, interviews).
I have the report set up perfectly for a candidate report.
Now I want to add a way for the person using the app to be able to choose the candidate they want to see a report for. Chances are that they will only want to see one at a time.
My thought is to make a search form, have the user select the record and tie the pk parameter from the report to the form.
If you think there is a better way, I would love any ideas.
If that sounds like a good method, can someone help me with how I do it? lmao. I have the concept, but the search form and select is my fear. I have used a search form I found online once, but there is a limitation to it. It searches one table. I need to be able to have it search any field my user wants.
I have been told that a boss might say " hey can you pull up a report on that candidate that when to Brown university?" This means that they would need to search on the school field, which is in the tblcandidatetypeinfo table.
I wonder if a query might work, and I will probably try it out, but in the mean time, I thought I would throw this question out there, to see if anyone might have different thoughts. Thanks!
misscrf
It is never too late to become what you could have been ~ George Eliot