I have a table and would like to merge all the fields into one text field of the table after the insert.
I'm using adp (access/sql server).
When using standard sql the null values give a problem and i don't want to use the if clause as it will give too much coding.
Example
fld 1 fld2 fld 3 mergefield
aaa bb <null> aaabb
aa <null> ee aaee
etc
when using select fld1+fld2+fld3 the null values cause whole rows to disappear. Anybody knows an easy workaround?
I'm using adp (access/sql server).
When using standard sql the null values give a problem and i don't want to use the if clause as it will give too much coding.
Example
fld 1 fld2 fld 3 mergefield
aaa bb <null> aaabb
aa <null> ee aaee
etc
when using select fld1+fld2+fld3 the null values cause whole rows to disappear. Anybody knows an easy workaround?