Concatenating strings

K

Ken

I am setting values to a string for a WHERE clause then I want to add them
up in the end and its not working.
I have:
condition = "(" & condition & "AND ((field.value)=[Forms]![textbox]![name]))"

"condition" is the variable I want to use to sum up all the true conditions

Any help is greatly appreciated.
 
Top