Hello,
I am stuck on an issue using Access 2000. I have a form that consists of three drop down menus (look-up from a table) and three text boxes. I am trying to get the form to allow the user to select the data that they need in the three drop downs and have the form fill in the matching data from the same record in the table on the text boxes. For example if a record in the table contains the following: paperwt = 27 lb., pgspersig = 32, jobtype =8X10 And Larger, sigsperlift = 100, liftsperlayer = 17, layersperskid = 10.
A user will select the data to appear in the three combo boxes which are paperwt, pgspersig and jobtype. So in this case they will select 27 lb., 32, 8x10 And larger - respectivly. Then after update the text boxes need to fill in the corresponding data from that same record. So in this case the three text boxes would display 100, 17 and 10.
I can get the form to do this by looking up on one field, but not on all three fields. Can anybody offer any advice on what or how I should go about accomplishing this task.
Thanks.
I am stuck on an issue using Access 2000. I have a form that consists of three drop down menus (look-up from a table) and three text boxes. I am trying to get the form to allow the user to select the data that they need in the three drop downs and have the form fill in the matching data from the same record in the table on the text boxes. For example if a record in the table contains the following: paperwt = 27 lb., pgspersig = 32, jobtype =8X10 And Larger, sigsperlift = 100, liftsperlayer = 17, layersperskid = 10.
A user will select the data to appear in the three combo boxes which are paperwt, pgspersig and jobtype. So in this case they will select 27 lb., 32, 8x10 And larger - respectivly. Then after update the text boxes need to fill in the corresponding data from that same record. So in this case the three text boxes would display 100, 17 and 10.
I can get the form to do this by looking up on one field, but not on all three fields. Can anybody offer any advice on what or how I should go about accomplishing this task.
Thanks.