F
fsuds
Hello, I was wondering if there is a way to select distinct when you
concatenate. Basically I have a query that pulls EVENTID from tblEvent and
then concatenates NAME and FILENUMBER from the same table. I would like to
be able to SELECT DISTINCT FILENUMBER in the concatenating statement (if that
makes sense), without having to set up a separate query. Can this be done?
If so, how?
concatenate. Basically I have a query that pulls EVENTID from tblEvent and
then concatenates NAME and FILENUMBER from the same table. I would like to
be able to SELECT DISTINCT FILENUMBER in the concatenating statement (if that
makes sense), without having to set up a separate query. Can this be done?
If so, how?