Hey,
I currently have this for my where condition, and searches the form based on the clientID selected in the combo box. ]
The catch now is i have to add another search.
="[ClientID] =" & [TempVars]![ActiveControlValue]
now i have to also search [ProductID]
The combo Box is set up like this:
ClientID....ContactName....ProductName....ProductI D
Hidden.....Visible..............Visible........... ..Hidden
how can i add [ProductID] into the existing where condition to add an additional parameter?
thanks