Hi,
Trying to concatenate the first letter of the first name and the first 7 letters of the last name to create a user naem. I am using the Mid$ function and getting a syntax error.
SELECT UPPER(Mid$((First_Name,1,1) & "" & (Last_Name,1,7))) FROM users AS User_Name;
Please help
Thanks a lot.
Mo
Trying to concatenate the first letter of the first name and the first 7 letters of the last name to create a user naem. I am using the Mid$ function and getting a syntax error.
SELECT UPPER(Mid$((First_Name,1,1) & "" & (Last_Name,1,7))) FROM users AS User_Name;
Please help
Thanks a lot.
Mo