I have asked someone at work with far greater (and recent) experience with Access than I do.
He created a form with a drop down box that contains each member of a group of employees.
The form "calls" a query, runs the query, populates the information, gets spun to SP, dropped into the person's personal SP folder, and emails an alert to the person to let them know it's ready for review.
That'd be fine, I guess, but I have already created reports for each piece of the process. Unfortunately, the reports contain everyone's information (grouped by person).
The queries are a 1st review in the process. Those queries get exported to Excel, reviewed, changes made, and then sent back to the team. I am taking care of the changes by having an adjustment table.
So, my remaining issue is: Is there no means to have the form call the "report" instead of the query?