D
Dom
Hi, I have a Form called Form1 and I have two combo boxs named combo1 and
combo2. Combo1 looks up the name of a person and displays it. I would like
to combo2 box to display the value of one of the 5 different qeurys base on
the value selected in combo1.
I was trying something like this and am not sure what to do to make the
query run.
Combo1_Click()
If Me.Form1.Value = "Jim" Then
//need help to run the first query name query1 to display in combo2
Else
Me.Form1.Value = "Fred" Then
//need help to run the second query name query2 to display in combo2
.....and so on
Not sure what I need to do to run the query name I selected or how to get
it to display in combo2
Thank you ahead of time
combo2. Combo1 looks up the name of a person and displays it. I would like
to combo2 box to display the value of one of the 5 different qeurys base on
the value selected in combo1.
I was trying something like this and am not sure what to do to make the
query run.
Combo1_Click()
If Me.Form1.Value = "Jim" Then
//need help to run the first query name query1 to display in combo2
Else
Me.Form1.Value = "Fred" Then
//need help to run the second query name query2 to display in combo2
.....and so on
Not sure what I need to do to run the query name I selected or how to get
it to display in combo2
Thank you ahead of time