L
Lee-Anne Waters via AccessMonster.com
Hi,
i'm trying to concatenate a set of data into one cell where it meets set
critera.
what i have thus far is
Attributes: Concatenate("SELECT NCJoin FROM qryNCItem_Join WHERE
TrackingNumber =" & [TrackingNumber]) & ("SELECT NCJoin FROM qryNCItem_Join
WHERE ActivityCode =" & [ActivityCode])
i just can not seem to get it right where it meets two sets of criterea,
hopefully its just my syntax
thanks
Lee-Anne
i'm trying to concatenate a set of data into one cell where it meets set
critera.
what i have thus far is
Attributes: Concatenate("SELECT NCJoin FROM qryNCItem_Join WHERE
TrackingNumber =" & [TrackingNumber]) & ("SELECT NCJoin FROM qryNCItem_Join
WHERE ActivityCode =" & [ActivityCode])
i just can not seem to get it right where it meets two sets of criterea,
hopefully its just my syntax
thanks
Lee-Anne