I use MS Access mainly for performing queries -- I am new to forms.
I am trying to create a very simple form that will enable input to an inventory table. It sounds easy, but I haven't been able to figure it out in the help manual!
There are several fields in the table, but my form will only have three fields:
Ticket#, Part#, and Quantity ("Ticket#" is a primary key)
I want to allow a user to enter any ticket #, and then have the form autmatically jump to the record for that ticket. The Part# will display, and the user can enter the quantity for that ticket. The problem is that when a ticket number is entered (say 1023), all that happens is the value of "ticket" is changed for the current record. Instead, I want the form to jump to the record that contains ticket # 1023 so the quantity value can be changed.
I hope this makes sense, and that someone can tell me how to do this. Thanks!!
I am trying to create a very simple form that will enable input to an inventory table. It sounds easy, but I haven't been able to figure it out in the help manual!
There are several fields in the table, but my form will only have three fields:
Ticket#, Part#, and Quantity ("Ticket#" is a primary key)
I want to allow a user to enter any ticket #, and then have the form autmatically jump to the record for that ticket. The Part# will display, and the user can enter the quantity for that ticket. The problem is that when a ticket number is entered (say 1023), all that happens is the value of "ticket" is changed for the current record. Instead, I want the form to jump to the record that contains ticket # 1023 so the quantity value can be changed.
I hope this makes sense, and that someone can tell me how to do this. Thanks!!