Hello!
I have a problem with Access that i was hoping to get some help with.
Im working with a database where I want to create a button in a split form (based on a single table) that when clicked takes the data out of the selected tuple and uses it (selected fields for selected tasks) to create a task in outlook that can then be passed on by the manager (who has access to the databse) to an employee (who only works in outlook).
I am using Access 2010 and Outlook 2010. I have VERY limited experience with Visual Basic, and programming in general, but i have experimented with different codes i found online, so far unsuccessfully. I do know my way around access pretty well and I understand SQL fairly good as well.
The table which the form takes the data from is called "Tasks", and the form is called "Tasks2". The field that i want to use for headline is called "Headline" and is a text value. The field i want to use for the description ("main text") of the outlook task is called "Description" and is a memo value Then i have two fields named starting date and finishing date to be used for setting the dates of the outlook task, both in a date-format.
If you could help me write this i would be for ever thankful