G
Guest
I've been trying to create a database and I am stuck on one part of my form
that seriuosly affects the efficiency of it.
Here it is:
On my ORDER form, I have a combo box called "d_pack". I want any
information that is called up in this field to automatically be saved in a
table called
CUSTINFO under the field "d_pack". However, on the ORDER form, "d_pack" is
a combo box that gets its information from a separate table called DED_PACK,
which contains an identical field called "d_pack".
So here is the problem. In this DED_PACK table, I have 3 fields. "d_pack",
"d_pack_price", and "d_pack_setup". When I
choose select one of the records from the combo box on the ORDER form (bound
to the "custinfo" table where all the information will be stored), I want it
to
automatically populate the "d_pack_price" textbox on the form with the
"d_pack_price" info associated with the selection in the "d_pack" combo box.
Anyone understand my question or have a clue how to do it?
I've researched a lot online and looked through books, but everything tends
to be so incredibly jargon heavy that it's difficult to understand, so
keeping explanations plain and simple will help a lot.
I'd really appreciate any help I can get.
Table and Form Layout:
CUSTINFO TABLE
Name
Date
d_pack
d_pack_price
DED_PACK TABLE
d_pack
d_pack_price
d_pack_setup
ORDER FORM (bound to CUSTINFO Table)
d_pack (combo box) [gets information for drop down list from DED_PACK table]
d_pack_price (text box) [Want to automatically retrieve "d_pack_price"
information from associated "d_pack" record]
that seriuosly affects the efficiency of it.
Here it is:
On my ORDER form, I have a combo box called "d_pack". I want any
information that is called up in this field to automatically be saved in a
table called
CUSTINFO under the field "d_pack". However, on the ORDER form, "d_pack" is
a combo box that gets its information from a separate table called DED_PACK,
which contains an identical field called "d_pack".
So here is the problem. In this DED_PACK table, I have 3 fields. "d_pack",
"d_pack_price", and "d_pack_setup". When I
choose select one of the records from the combo box on the ORDER form (bound
to the "custinfo" table where all the information will be stored), I want it
to
automatically populate the "d_pack_price" textbox on the form with the
"d_pack_price" info associated with the selection in the "d_pack" combo box.
Anyone understand my question or have a clue how to do it?
I've researched a lot online and looked through books, but everything tends
to be so incredibly jargon heavy that it's difficult to understand, so
keeping explanations plain and simple will help a lot.
I'd really appreciate any help I can get.
Table and Form Layout:
CUSTINFO TABLE
Name
Date
d_pack
d_pack_price
DED_PACK TABLE
d_pack
d_pack_price
d_pack_setup
ORDER FORM (bound to CUSTINFO Table)
d_pack (combo box) [gets information for drop down list from DED_PACK table]
d_pack_price (text box) [Want to automatically retrieve "d_pack_price"
information from associated "d_pack" record]