D
Dean Fraiquin
Hi there,
Have to work on a database and have worked out how to join the contents of
three columns to make a single text string. This is the expression I've used
in the query:
act: Trim([ACT_1] & " " & [ACT_2] & " " & [ACT_3])
This works great with one little problem - I would like to use a ',' to
separate each entry, however some records only have data in 1 or 2 of the
original three columns - so is there a way of using a conditional (?) format
so if there is something in ACT_2 and/or ACT_3 it shows the ',' but if
nothing in there it doesn't?
Many thanks for your anticipated help.
Have to work on a database and have worked out how to join the contents of
three columns to make a single text string. This is the expression I've used
in the query:
act: Trim([ACT_1] & " " & [ACT_2] & " " & [ACT_3])
This works great with one little problem - I would like to use a ',' to
separate each entry, however some records only have data in 1 or 2 of the
original three columns - so is there a way of using a conditional (?) format
so if there is something in ACT_2 and/or ACT_3 it shows the ',' but if
nothing in there it doesn't?
Many thanks for your anticipated help.