as it is right now....i run the census query and it gives me this:
Field 1 Field 2
PATIENT THERAPIST
Blow, Joe Smith, Angel
Blow, Joe Holmes, Sherlock
I really need it to be like this:
Field 1 Field 2 Field 3
PATIENT THERAPIST THERAPIST
Blow, Joe Smith, Angel ; Holmes Sherlock
It's coming from a joined table of therapist, patient
but although it's not a big deal, I would like to be able to use the get external data function in excel, but it's got the fields all mixed up when the query is queried. I'd appreciate any input on this thanks.
Field 1 Field 2
PATIENT THERAPIST
Blow, Joe Smith, Angel
Blow, Joe Holmes, Sherlock
I really need it to be like this:
Field 1 Field 2 Field 3
PATIENT THERAPIST THERAPIST
Blow, Joe Smith, Angel ; Holmes Sherlock
It's coming from a joined table of therapist, patient
but although it's not a big deal, I would like to be able to use the get external data function in excel, but it's got the fields all mixed up when the query is queried. I'd appreciate any input on this thanks.