T
Terry VanDuzee
Hello
I know this is probably a silly question to most of you but here it is
anyways.
I have a combobox on a form that displays values from a table.
I have a second combobox that I want to only display the values from a table
where the ID is = the ID in the joined table (where the first combobox gets
its values).
EX:
Table 1
*Conn_ID Conn_Type
Table 2
*Prob_ID Prob_Type P_Conn_ID
Combobox 2 should display the Prob_Type from Table 2 but only where the
P_Conn_ID = Conn_ID
*=primary key
Thank you so much
Terry V
I know this is probably a silly question to most of you but here it is
anyways.
I have a combobox on a form that displays values from a table.
I have a second combobox that I want to only display the values from a table
where the ID is = the ID in the joined table (where the first combobox gets
its values).
EX:
Table 1
*Conn_ID Conn_Type
Table 2
*Prob_ID Prob_Type P_Conn_ID
Combobox 2 should display the Prob_Type from Table 2 but only where the
P_Conn_ID = Conn_ID
*=primary key
Thank you so much
Terry V