J
Jen
Hi everyone,
I'm trying to concatenate records created by the same user for the same
customer on the same day at the same time (working with AS400 & each line on
a comment form is its own record). Here is what i have right now.
Comment: Concatenate("Select Trim([Comment]) from qryCommentsV2 where
userid=""" & [userid] & """ and [cust#]=" & [Cust#] & " and Time=" & [Time]
And [date]="&format([date],"\#m/d/yyyy\#")")
I also tried taking out the # and using ' instead, but I still get the error.
Thank you!!
It works without the date section but when I add on the date section I get
an #error.
I'm trying to concatenate records created by the same user for the same
customer on the same day at the same time (working with AS400 & each line on
a comment form is its own record). Here is what i have right now.
Comment: Concatenate("Select Trim([Comment]) from qryCommentsV2 where
userid=""" & [userid] & """ and [cust#]=" & [Cust#] & " and Time=" & [Time]
And [date]="&format([date],"\#m/d/yyyy\#")")
I also tried taking out the # and using ' instead, but I still get the error.
Thank you!!
It works without the date section but when I add on the date section I get
an #error.