G
Guest
MS Access 2K, Windows XP
====================
Greetings!
I have a combo-box with the row source a query with 2 different IDs and
name. The first 2 columns (IDs) are hidden, and only the name column is
visible. So, the query looks like this:
ID_1 ID_2 Name
==== ==== ====
1 2 A
2 2 B
3 1 C
4 3 D
5 2 E
I need to capture and store both the IDs (ID_1 and ID_2) related to the
selected name. Is there a way to do this without programming? As far as I
know, only one column can be bound. Should I use DLookUp on the query using
the bound column (ID_1) after the combo-box is updated to get the second ID?
By the way, ID_1 is the Primary Key here.
Thanks for any pointers, and have a wonderful weekend.
-Amit
====================
Greetings!
I have a combo-box with the row source a query with 2 different IDs and
name. The first 2 columns (IDs) are hidden, and only the name column is
visible. So, the query looks like this:
ID_1 ID_2 Name
==== ==== ====
1 2 A
2 2 B
3 1 C
4 3 D
5 2 E
I need to capture and store both the IDs (ID_1 and ID_2) related to the
selected name. Is there a way to do this without programming? As far as I
know, only one column can be bound. Should I use DLookUp on the query using
the bound column (ID_1) after the combo-box is updated to get the second ID?
By the way, ID_1 is the Primary Key here.
Thanks for any pointers, and have a wonderful weekend.
-Amit