I am trying to concatenate my records from my query to list in one text box with comma seperators on the report. I want it to look like this:
THe patient demonstrated pain upon cervical flexion in the following region(s): right inferior cervical, left superior cervical, etc...
table: cervorthoexamnormal
key: keycervexam
field1: cervflex
I made my query and entered this:
Cervflex: concatenate (“SELECT cervflex FROM cervorthoexamnormal WHERE keycervexam =”&[keycervexam])
BUT I first got: Please enter a parament for "
Now, I am getting SYNTAX ERROR.
But not really sure where I went wrong, can anyone help?
Please and thank you
THe patient demonstrated pain upon cervical flexion in the following region(s): right inferior cervical, left superior cervical, etc...
table: cervorthoexamnormal
key: keycervexam
field1: cervflex
I made my query and entered this:
Cervflex: concatenate (“SELECT cervflex FROM cervorthoexamnormal WHERE keycervexam =”&[keycervexam])
BUT I first got: Please enter a parament for "
Now, I am getting SYNTAX ERROR.
But not really sure where I went wrong, can anyone help?
Please and thank you