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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top