M mandy4514 New member Local time Today, 15:08 Joined Sep 24, 2012 Messages 4 Feb 26, 2013 #1 I am trying to calculated our companies email addresses instead of having to enter them. I need it to come out as follow: [FirstName].[LastName]@company.com Please help. Thanks, Mandy
I am trying to calculated our companies email addresses instead of having to enter them. I need it to come out as follow: [FirstName].[LastName]@company.com Please help. Thanks, Mandy
B Beetle Duly Registered Boozer Local time Today, 13:08 Joined Apr 30, 2011 Messages 1,807 Feb 27, 2013 #2 You could just concatenate the values in a query field; EMail: [FirstName] & "." & [LastName] & "@yourcompanyname.com"
You could just concatenate the values in a query field; EMail: [FirstName] & "." & [LastName] & "@yourcompanyname.com"