Hello All:
I'm totally new in Access but I'm good with Excel this formula works for me in excel can someone tell me why it does not work in Access?
I know IF must be IIFCode:=IF(OR([First]="",[Last Name]=""),"Name Missing", IF(AND([Middle Name]="",[Suffix]>0),[First]&" "&[Last Name]&" "&[Suffix]&"." ))