S
SteveP
I have a form with some comboboxes and text fields. The comboboxes I am
working with are called cboItem and cboDescription. The main text field I am
working with is called txtStandardCost. Right now, I have it as two
cascading comboboxes and a text field that I have to manually enter the
Standard Cost into. As much as I would love to make the cboDescription into
a text field, I want users to have the option of picking the description and
having the cboItem fill in with any correlating Item #s (company was
purchased by a larger company...still have 2 inventory management systems and
2 different numbering systems). My problem/question is how do I get the
txtStandardCost field to fill in automatically when the cboItem is filled in
while still having the cascading combobox effect still work? Field
names/order in the table is ID, Item, Description, StandardCost. Thank you
in advance for any and all help.
working with are called cboItem and cboDescription. The main text field I am
working with is called txtStandardCost. Right now, I have it as two
cascading comboboxes and a text field that I have to manually enter the
Standard Cost into. As much as I would love to make the cboDescription into
a text field, I want users to have the option of picking the description and
having the cboItem fill in with any correlating Item #s (company was
purchased by a larger company...still have 2 inventory management systems and
2 different numbering systems). My problem/question is how do I get the
txtStandardCost field to fill in automatically when the cboItem is filled in
while still having the cascading combobox effect still work? Field
names/order in the table is ID, Item, Description, StandardCost. Thank you
in advance for any and all help.