S
stever
I have created a form with three combo boxes:
Group
Org
Item
I want to use the data that is selected from these combo
boxes as the source for these three fields, which are also
shown on the same form:
Field A
Field B
Field C
I am having trouble getting these three fields populated.
I have a table which has the six fields (Group, Org, Item,
Field A, Field B, Field C) and a query that is set-up to
QBF based on the data in the combo boxes.
For my output, I'd like the following functionality:
1. If a different Group, Org, or Item is selected from the
combo boxes, I want Field A, Field B, and Field C to
automatically populate and update.
2. I want the data that shows in the Field A, B, C to be
read only and not able to be changed.
Questions:
1. How should my three fields (Fields A, B, C) be set-up --
as combo boxes or as list boxes or as something else?
2. What needs to go in my Control Source, Row Source or
AfterUpdate fields in these six boxes?
3. What is the best way to make this work?
Thanks.
Group
Org
Item
I want to use the data that is selected from these combo
boxes as the source for these three fields, which are also
shown on the same form:
Field A
Field B
Field C
I am having trouble getting these three fields populated.
I have a table which has the six fields (Group, Org, Item,
Field A, Field B, Field C) and a query that is set-up to
QBF based on the data in the combo boxes.
For my output, I'd like the following functionality:
1. If a different Group, Org, or Item is selected from the
combo boxes, I want Field A, Field B, and Field C to
automatically populate and update.
2. I want the data that shows in the Field A, B, C to be
read only and not able to be changed.
Questions:
1. How should my three fields (Fields A, B, C) be set-up --
as combo boxes or as list boxes or as something else?
2. What needs to go in my Control Source, Row Source or
AfterUpdate fields in these six boxes?
3. What is the best way to make this work?
Thanks.