JackieEVSC
Registered User.
- Local time
- Today, 12:35
- Joined
- Feb 24, 2012
- Messages
- 26
I have a table that used to require the user to enter the ticket number, then clicking on a button would create that record and open that ticket where user enters more info about that ticket.
Now the ticket number is auto-number (I got that part to work with an append query) ... but the code to get the form to open before used the user-entered ticket number (DoCmd.OpenForm "frm_RepairTicket", , , "TicketNum = " & Me.Text60). How do I get it to open the new form based on the auto-numbered field created when I hit the button?
Now the ticket number is auto-number (I got that part to work with an append query) ... but the code to get the form to open before used the user-entered ticket number (DoCmd.OpenForm "frm_RepairTicket", , , "TicketNum = " & Me.Text60). How do I get it to open the new form based on the auto-numbered field created when I hit the button?