Hey guys, new to the forum and fairly new to access as well (no formal training whatsoever).
So I'm making a database and need help.
So far I have a Table that has data, and I run it through a query to filter, and end user will see a form with add/edit buttons. To add data I have user fill out a popup form with drop down boxes and that works fine, but I want the same thing for an edit tab. When I use the button the edit form, it always defaults to the first item in the list, rather than the one that's selected on the previous form.
How would I mouse select table data, open the edit form, and have it open the selected line item?