Been struggling with this for quite a while. I need to write emails regarding specific projects. For the subject for each email, I would like to take 5 fields from my existing table and have those in the subject line. It takes a long time to manually enter those so I thought I could create a new field and concatenate those 5 existing fields and then simply copy/paste that concatenated field into the email subject. So for example, the textbox field would grab existing data from the record and create “Field1” | “Field2” | “Field3” | “Field4” | “Field5”. Then i just copy/paste into subject line and compose my email.
Ive been trying to do it using a query and then create a subform on to my MainForm but unsuccessful.
Is there a way to do this?
Also, is there a way to have a button in my MainForm that when clicked fires up my mail program and populates the emailSubject with those 5 fields formatted as shown? That would be ideal but probably even more complicated than my first question.
Any help would be appreciated.
Thanks.