Hi, I am new to access so this may seem simple.
I am joining 2 columns of data into 1 column in a query. My expression looks like the following.
Field: ([column1] & ":" & [column2])
the Query column looks correct if there is data in both columns.
column1:column2
But when there is no data in column1 it looks like the following
:column2
How do I remove the : if there is no data in column1 so it looks like
column2
I am joining 2 columns of data into 1 column in a query. My expression looks like the following.
Field: ([column1] & ":" & [column2])
the Query column looks correct if there is data in both columns.
column1:column2
But when there is no data in column1 it looks like the following
:column2
How do I remove the : if there is no data in column1 so it looks like
column2
Comment