Background:
I am trying to make an access database "app" that will replace a tally sheet/tab system we run at work at a gun range. We check people in and issue them give them a 3 digit tag we grab from a box. We write this tag number down and run a tab system (like at a bar for drinks) for all items they are purchasing (range fees, ammo, paper targets, gun services etc.). I want to replace this with an access "app" that opens to a menu that prompts a user to enter a new tag, view and existing tag, edit and existing tag (add more items), or close a tag (run a query for all items on the tag and calculate a total).
I am stuck in the beginning where I have a button called "New Tag" that i want to pop up an input box and have the person enter the new tag number, this number will be stored into the "Open Tags" table under the field "tag_number"
then the user can navigate to the "Fees" form and add fees (via buttons) to that tag then to subsequent forms (Targets, Ammo, Services) or back to the main menu to edit an open tag to add or subtract items.
I am still very novice in Access and self teaching, i have a small background in coding java several years ago so i understand objects and how code works just not VBA or SQL.
MY QUESTION:
what code or macro do I use, when a user clicks the "new tag" button on the main menu to pop up a input box and have them enter the tag number and save it or cancel back to the main menu.
an alternative is to have a static text box on the main menu that they type in the tag number then click "new tag"
PLEASE HELP AND GRANT ME YOUR WISDOM ACCESS GODS
I am trying to make an access database "app" that will replace a tally sheet/tab system we run at work at a gun range. We check people in and issue them give them a 3 digit tag we grab from a box. We write this tag number down and run a tab system (like at a bar for drinks) for all items they are purchasing (range fees, ammo, paper targets, gun services etc.). I want to replace this with an access "app" that opens to a menu that prompts a user to enter a new tag, view and existing tag, edit and existing tag (add more items), or close a tag (run a query for all items on the tag and calculate a total).
I am stuck in the beginning where I have a button called "New Tag" that i want to pop up an input box and have the person enter the new tag number, this number will be stored into the "Open Tags" table under the field "tag_number"
then the user can navigate to the "Fees" form and add fees (via buttons) to that tag then to subsequent forms (Targets, Ammo, Services) or back to the main menu to edit an open tag to add or subtract items.
I am still very novice in Access and self teaching, i have a small background in coding java several years ago so i understand objects and how code works just not VBA or SQL.
MY QUESTION:
what code or macro do I use, when a user clicks the "new tag" button on the main menu to pop up a input box and have them enter the tag number and save it or cancel back to the main menu.
an alternative is to have a static text box on the main menu that they type in the tag number then click "new tag"
PLEASE HELP AND GRANT ME YOUR WISDOM ACCESS GODS