Hi,
I appear to be having a few problems with what should be a simple concatenation function. I can't seem to get this to work:
it only brings back a value for one of the items in the [LLPSC01S_PSC_PSC_PSM_V] table, leaving the rest blank. However if i use the concatenated fields seperately I have no problem..
Help!!!!
I appear to be having a few problems with what should be a simple concatenation function. I can't seem to get this to work:
Code:
Name of PSM: RTrim([LLPSC01S_PSC_PSC_PSM_V]![PSM_FRNM]) & " " & RTrim([LLPSC01S_PSC_PSC_PSM_V]![PSM_SRNM])
Help!!!!