G
Guest
Okay, I did my research first and none of the solutions, so far, have helped.
I'm creating, from scratch, a problem report database for defective material. I planned it out on paper and have created my form with all the fields that I need.
However, I have about three or four fields that I need to auto populate based on combo boxes. By the way, I am not using primary keys because I have too many duplicate records (trust me on that one). However, I am using auto number.
The first obstacle should be simple in my mind. I want to use a combo box to select the part number and then it auto populate the next field with the part number's description. I have a table called "description list" where the part number and it's description reside. I don't want the combo box to display the description. I need it in a different box all together. The main table where all the data from the form is called "problem report." The form is bound to that table. I have made sure that the data types for both are the same in each table(text and memo respectively.) I tried using a query but I get everything, or I get a pop up window asking for the part number. That seems to work, but that's not how I want it to work. It should be automatic.
Next, I want the vendor to show up in another field. I have a table called "vendorlist" which is simply the part number (the same one from above) and the vendor that supplied it. I have established the relationships to these tables, but I can never remember which way I need to go with them.
I also want the department name of the person entering the problem report in another text box to show up when they choose their name from a combo box. Once again, I have a table called "employeelist."
Please, any help would be appreciated!!
Thanks!
I'm creating, from scratch, a problem report database for defective material. I planned it out on paper and have created my form with all the fields that I need.
However, I have about three or four fields that I need to auto populate based on combo boxes. By the way, I am not using primary keys because I have too many duplicate records (trust me on that one). However, I am using auto number.
The first obstacle should be simple in my mind. I want to use a combo box to select the part number and then it auto populate the next field with the part number's description. I have a table called "description list" where the part number and it's description reside. I don't want the combo box to display the description. I need it in a different box all together. The main table where all the data from the form is called "problem report." The form is bound to that table. I have made sure that the data types for both are the same in each table(text and memo respectively.) I tried using a query but I get everything, or I get a pop up window asking for the part number. That seems to work, but that's not how I want it to work. It should be automatic.
Next, I want the vendor to show up in another field. I have a table called "vendorlist" which is simply the part number (the same one from above) and the vendor that supplied it. I have established the relationships to these tables, but I can never remember which way I need to go with them.
I also want the department name of the person entering the problem report in another text box to show up when they choose their name from a combo box. Once again, I have a table called "employeelist."
Please, any help would be appreciated!!
Thanks!