Hello everyone.
I've looked into the following:
1. Append Queries
2. Update Queries
3. DMax Method
I have a Table called "tbl_BusTickets". Every month, we get a fresh supply of Bus Tickets. Each Bus Ticket has its own Serial Number (BusTickNum).
Currently, we are utilizing Access' "Import Excel" feature to get the fresh Bus Ticket Numbers in tbl_BusTickets.
Is it possible to do the following:
1. On Prompt, user gets asked the beginning BusTickNum (ex. 003) - unbound text box
2. Next, user is asked how many tickets to add to tbl_BusTickets (ex. 5) - unbound text box
3. On Button Click, tbl_BusTickets would have created 5 new records (ex. BusTickNum 003, 004, 005, 006, 007)
New records for each Ticket, because tbl_BusTickets is used in the Main Table as a row source for available Bus Tickets.
I've googled what I can google out there but really can't find the right term. Any link or resource you have is greatly appreciated.
Thanks in advance everyone.
-Steve