S
scottchampion
I've got a drop down whose values are based on an access database
table. The access database table has the following columns:
ID, Description, Points
Currently, the values in the Description field populates the drop down
menu. I'd like the drop down to also display the values in the Points
field:
For example:
The database table contains:
ID, Description, Points
1, Happy, 2
2, Sad, 8
3, Elated, 1
Drop down displays:
Happy (2)
Sad (8)
Elated (1)
Can someone point me to a resource on this? I suppose I could write
an Access query that combines fields prior to pulling them into
InfoPath but I'd rather not clutter up my database with queries
specific to an InfoPath form.
Any other ideas?
table. The access database table has the following columns:
ID, Description, Points
Currently, the values in the Description field populates the drop down
menu. I'd like the drop down to also display the values in the Points
field:
For example:
The database table contains:
ID, Description, Points
1, Happy, 2
2, Sad, 8
3, Elated, 1
Drop down displays:
Happy (2)
Sad (8)
Elated (1)
Can someone point me to a resource on this? I suppose I could write
an Access query that combines fields prior to pulling them into
InfoPath but I'd rather not clutter up my database with queries
specific to an InfoPath form.
Any other ideas?