G
Guest
I have an Excel Spreadsheet that I want to make into an access database. One
of the fields in Excel contains the following statement:
=IF(ISBLANK(E3),"",CONCATENATE(E3,".",F3,IF(F3="","","."),G3,"@yahoo.com"))
Where:
E3 = First Name
F3 = Middle Name
G3 = Last Name
How do I make this expression in an Access Query?
of the fields in Excel contains the following statement:
=IF(ISBLANK(E3),"",CONCATENATE(E3,".",F3,IF(F3="","","."),G3,"@yahoo.com"))
Where:
E3 = First Name
F3 = Middle Name
G3 = Last Name
How do I make this expression in an Access Query?