G
Guest
If Have a text box with names and addresses, I would like to remove the
Wifes surname where the Husbands Surname = Wifes Surname
[HusbandFirstName] &" and " & [WifeFirstName]
[HusbandsSurname] & Trim((" "+[WifesSurname]) IIF [HusbandsSurname]=
[WifesSurname])
I realize thats probably a real mess but hopefully it will give you an idea
of what I'm trying to do
Thanks Sean
Wifes surname where the Husbands Surname = Wifes Surname
[HusbandFirstName] &" and " & [WifeFirstName]
[HusbandsSurname] & Trim((" "+[WifesSurname]) IIF [HusbandsSurname]=
[WifesSurname])
I realize thats probably a real mess but hopefully it will give you an idea
of what I'm trying to do
Thanks Sean