Me Again! 
Ok my form has a login box which lets registered users into the database and then stores their name in a table under the field "last logged in"
What I want to do is use this name to show specific data.
EG: I have a task list which has tasks assigned to various users however every user can see everyone elses tasks wheras they should only be able to see their own.
EG2: I am going to create a notepad section which will be a memo box which users can make notes in, the notes have to be saved in a record but only their notes should be visible to them.
I'm sure this must be possible but I cant figure it out.
I tried using this code: =DLookUp "[LastLoggedIn]","tblSystem","[SysID]=1") in the "filter" property but to no avail.
I think I may be stuck!

Ok my form has a login box which lets registered users into the database and then stores their name in a table under the field "last logged in"
What I want to do is use this name to show specific data.
EG: I have a task list which has tasks assigned to various users however every user can see everyone elses tasks wheras they should only be able to see their own.
EG2: I am going to create a notepad section which will be a memo box which users can make notes in, the notes have to be saved in a record but only their notes should be visible to them.
I'm sure this must be possible but I cant figure it out.
I tried using this code: =DLookUp "[LastLoggedIn]","tblSystem","[SysID]=1") in the "filter" property but to no avail.
I think I may be stuck!
