Concatenate is not working right

A

Alex

I have the below expression in my query, along with the module from Duane
Hookoms function. I have three records with the same badge number, but the
comments fields in query results lists the comments from the 1st record in
all three records. It's still non concatenating. Any idea what I'm doing
wrong? Thanks.

Comments: Concatenate("SELECT Comment from tbl_Information WHERE Badge=""" &
[Badge] & """")
 

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