On Mon, 29 Dec 2008 14:13:10 GMT, "bhrosey via AccessMonster.com" <u33878[ at ]uwe> wrote:
Try this: membername & IIf(IsNull(spousename),"", " " & spousename)
-Tom. Microsoft Access MVP
[Quoted Text] >I'm using Access 2002 but I haven't used Access for awhile and I forget how >to perform a simple concatenation. I have a table that lists member's name >and spouse's name and on a report I want to concatenate them so that it looks >like "membername & spousename", but if there is no spouse it will just look >like "membername". Please help and keep it simple for me, like I said, I >haven't used Access in over a year so I have forgotten a lot of stuff. > >Thanks >God Bless.
|