M
mdavis via AccessMonster.com
I have a form that is based on a table called SpecTransactions. I have an
unbound combo box called cboCabExt1.The cboCabExt1 row source is based on a
table that is not related to SpecTransactions.
The cboCabExt1 combo box contains different types of hardwood plywood (ex. PS
Maple, PS Cherry, Highly Figured Anigre, etc.) If the user does not see the
type of plywood they need I would like them to be able to double click on the
cboCabExt1 combo box and have a pop up form open. The pop up form would be
based on a table called TblCabExtHP. I would have an autonumber for the
primary key, a field called VENEER CUT (ex. PS, Quartered, Rotary, etc.),
VENEER SPECIE (ex. Maple, Cherry, etc.), FIGURE (Highly Figured, Medium
Figure, Lightly Figured). After the user finishes filling out the pop up
form they would click SAVE and it would take them back to SpecTransactions
Form and already have the new record appear in the cboCabExt1 combo box.
Here is where it would get tricky.
I have a field in the SpecTransactions table called SpecEntry. I would
somehow like to have the cboCabExt1 description (not the autonumber) to be
entered into the SpecEntry field when the SAVE command button is clicked for
the SpecTransactions Form. Is this possible? Is there a better way to do
this?
Thank you in advance.
unbound combo box called cboCabExt1.The cboCabExt1 row source is based on a
table that is not related to SpecTransactions.
The cboCabExt1 combo box contains different types of hardwood plywood (ex. PS
Maple, PS Cherry, Highly Figured Anigre, etc.) If the user does not see the
type of plywood they need I would like them to be able to double click on the
cboCabExt1 combo box and have a pop up form open. The pop up form would be
based on a table called TblCabExtHP. I would have an autonumber for the
primary key, a field called VENEER CUT (ex. PS, Quartered, Rotary, etc.),
VENEER SPECIE (ex. Maple, Cherry, etc.), FIGURE (Highly Figured, Medium
Figure, Lightly Figured). After the user finishes filling out the pop up
form they would click SAVE and it would take them back to SpecTransactions
Form and already have the new record appear in the cboCabExt1 combo box.
Here is where it would get tricky.
I have a field in the SpecTransactions table called SpecEntry. I would
somehow like to have the cboCabExt1 description (not the autonumber) to be
entered into the SpecEntry field when the SAVE command button is clicked for
the SpecTransactions Form. Is this possible? Is there a better way to do
this?
Thank you in advance.