I have three text boxes that are not linked to any tables. I want to combine the three text fields so that I can use this to search through a column in the table. The format I want is text1-text2 text3. I am not quite sure how to combine the three texts. I ahve tried
" & Me.dpre & "-" & Me.dnum & " " & Me.dsuf
but i get a syntax error. I would aprreciate any help. Thank you
" & Me.dpre & "-" & Me.dnum & " " & Me.dsuf
but i get a syntax error. I would aprreciate any help. Thank you