Concatenate

G

Guest

I was looking at Duane Hookom's example for concatenation where each entry
appears on a separate line but still in the same record. I would like to do
this, but when i tried to execute it, i came up with a concatenation with
commas between entries. My code is as follows:

Concatenate("SELECT qryAI.GA & Chr(9) FROM qryAI WHERE qryAI.Supplier_ID ="
& [qryAI.Supplier_ID] & " AND qryAI.Report_ID =" & [qryAI.Report_ID]) AS
Affiliates

Thank you
 

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

Top