Concatenating strings

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Back
Top