L
LDMueller
In Access 2003 I have a table with several Lookup fields as follows:
Quality
Productivity
Efficiency
Cooperation
Each Lookup field is setup alike as follows:
Display Control = Combo Box
Row Source Type = Table/Query
Row Source = Point to another table which has two fields as follows:
RatingAmount RatingDetail
1 Does not meet expectations
2 Meets expectations
3 Exceeds expectations
When I use these fields in my table, my user is rating for Quality,
Productivity, etc., I'd like to see both columns of the drop down appear on
the form after they make their selection (e.g. RatingAmount and Rating
Detail) similar to below:
Field
Quality 1 Does not meet expectations
Productivity 3 Exceeds expectations
Efficiency 2 Meets expectations
I have to keep the rating amount separate from the RatingDetail in it's
table because I use the RatingAmount for calculations in another table.
Because of this, I can't figure out how to show RatingAmount and Rating
Detail of the form when a rating is selected.
I hope this makes sense. Can anyone help!
Thanks in advance.
LDMueller
Quality
Productivity
Efficiency
Cooperation
Each Lookup field is setup alike as follows:
Display Control = Combo Box
Row Source Type = Table/Query
Row Source = Point to another table which has two fields as follows:
RatingAmount RatingDetail
1 Does not meet expectations
2 Meets expectations
3 Exceeds expectations
When I use these fields in my table, my user is rating for Quality,
Productivity, etc., I'd like to see both columns of the drop down appear on
the form after they make their selection (e.g. RatingAmount and Rating
Detail) similar to below:
Field
Quality 1 Does not meet expectations
Productivity 3 Exceeds expectations
Efficiency 2 Meets expectations
I have to keep the rating amount separate from the RatingDetail in it's
table because I use the RatingAmount for calculations in another table.
Because of this, I can't figure out how to show RatingAmount and Rating
Detail of the form when a rating is selected.
I hope this makes sense. Can anyone help!
Thanks in advance.
LDMueller