Hello everyone,
I've got a query that gives me something like a composite-key:
ID1.......ID2......txtDescription
1...........1........aaaaaa
1...........2........bbbbbb
1...........3........ccccccc
2...........1........dddddd
2...........2........eeeeee
etc.
Now, in a form's datasheet view, in which I've got records with all possible combinations of ID1 and ID2...
1.........3
1.........3
2.........1
1.........2
2.........1
... I'd like a locked combobox to display txtDescription for each record. Is this possible?
I hope my question is clear.
Thank you
I've got a query that gives me something like a composite-key:
ID1.......ID2......txtDescription
1...........1........aaaaaa
1...........2........bbbbbb
1...........3........ccccccc
2...........1........dddddd
2...........2........eeeeee
etc.
Now, in a form's datasheet view, in which I've got records with all possible combinations of ID1 and ID2...
1.........3
1.........3
2.........1
1.........2
2.........1
... I'd like a locked combobox to display txtDescription for each record. Is this possible?
I hope my question is clear.
Thank you