Its just a simple expresion. The guides i found were using the expression builder and I didnt know how to get to it. I didnt fully understand what it was either to be honet.
Basically the field in the query is like :
Code:
expression name: [tbl1].[field1] & " " & [tb12].[field2]
very simple, but it will provide me with a subject name that will be unique. When its created +1 is added to a counter so the subject in outlook is like [name] & " " & [project] & "Visit " [counter]
then i can do a search for each created appointment in the calendar as these are appended to an apointments table. I can manage all appointments in access now. Also every changed is logged.
Once its all working as it should it will save atleast a days work every week. Its causing me some stress right now bugfixing though haha. I fix one thing and something else breaks.