F
fishy
I have a table that can have two names on the various fields.
What I want to achieve is like this:
R Upson
R & A Upson
R Upson & A Other
I have set up the first part but didnt know where to go on the 2nd part:
Shortname:
IIf([Nf_Acct_Holders]=1,IIf([Customer1_FirstName]="",[Customer1_Surname],Left([Customer1_FirstName],1) & " " & [Customer1_Surname]),"XYZ")
The table source is from a table so I could create a field that runs a macro
to paste the data into the field if this is easier?
What I want to achieve is like this:
R Upson
R & A Upson
R Upson & A Other
I have set up the first part but didnt know where to go on the 2nd part:
Shortname:
IIf([Nf_Acct_Holders]=1,IIf([Customer1_FirstName]="",[Customer1_Surname],Left([Customer1_FirstName],1) & " " & [Customer1_Surname]),"XYZ")
The table source is from a table so I could create a field that runs a macro
to paste the data into the field if this is easier?