G
Guest
I need to make a form that shows an individual employee's data by month. I have one table that stores the data for all employees, and I wrote queries for each month requesting last name as a parameter, and I made each query a subform in an unbound form. How do I get all the queries in the form to open from a single parameter entry?
For example, I need Johnson's numbers for the year by month. I wrote a query for each month with the criteria [Enter last name] in the last name field. I made each of these queries a subform in an unbound form. I dont' want to have to enter Johnson's name 12 times to get the form to open. There must be a method to this! Thanks!
For example, I need Johnson's numbers for the year by month. I wrote a query for each month with the criteria [Enter last name] in the last name field. I made each of these queries a subform in an unbound form. I dont' want to have to enter Johnson's name 12 times to get the form to open. There must be a method to this! Thanks!