I have a form that I open by a button that is feed by one query. I want to be able to click button and have it open the form but also feed the query a team name so that it only brings records for that team up in the form for adding and editing.
Not sure how to do this. I currently click button and it opens the form and brings up all the records in the tables for adding or editing. This much works.
So I need the form to have only the records specfic to the team listed on button
Thanks for any and all help
Here is a screen shot. I would like the button to be clicked and it open my one form to those team records. So i would have to feed the query the team name from the button somehow