I have a database that has a column for usernames. I want to create a new column called Email and run some SQL command or query that will take the username... add email.com to the end of it and place it in the email column. I think want to be able to run mail merges with that database and i know how to do that part. I just cant figure out how to append @email.com to the end of username and create a new field with the email addresses.
PS... im a complete beginner so go easy on me lol