J
Jamie
I am trying to open a form to view the results from
mutiple values from a combo box. Here is the Code:
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "Closed Jobs1"
stLinkCriteria = "[Technician Username]=" & "'" & Me!
[Combo13] & "'"
DoCmd.OpenForm stDocName, , , stLinkCriteria
At the moment it compares the value from the table
Technician Username with the Combo box Combo13 i would
like it to compare a value from another table and combo
box and show the results? Can this be done!
mutiple values from a combo box. Here is the Code:
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "Closed Jobs1"
stLinkCriteria = "[Technician Username]=" & "'" & Me!
[Combo13] & "'"
DoCmd.OpenForm stDocName, , , stLinkCriteria
At the moment it compares the value from the table
Technician Username with the Combo box Combo13 i would
like it to compare a value from another table and combo
box and show the results? Can this be done!