Please somebody help.
I have a simple form with 3 fields on it.
PartNumber
Description
SerialNumber
I used 2 tables for this form:
1st Table: PartsList with 2 fields - PartNumber and Description both "Text".
2nd Table: MainTable with 3 fields - PartNumber , Description and Serial Number. all are "text" as well.
I created combo box for my PartNumber (i used PartsList Table) field and text box for Description and SerialNumber.
What I want to do is to auto populate the Description Field every time the user select a PartNumber from the drop down selection of the PartNumber combo box. But at the same time this records entered should me save in the MainTable.
Pleas help how to accomplish this.
Appreciate your response. Thanks in advance.
Joey

I have a simple form with 3 fields on it.
PartNumber
Description
SerialNumber
I used 2 tables for this form:
1st Table: PartsList with 2 fields - PartNumber and Description both "Text".
2nd Table: MainTable with 3 fields - PartNumber , Description and Serial Number. all are "text" as well.
I created combo box for my PartNumber (i used PartsList Table) field and text box for Description and SerialNumber.
What I want to do is to auto populate the Description Field every time the user select a PartNumber from the drop down selection of the PartNumber combo box. But at the same time this records entered should me save in the MainTable.
Pleas help how to accomplish this.

Joey
