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] & """")
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] & """")