use the code below in a module, to get the logged in users name
http://www.mvps.org/access/api/api0008.htm
add a field to your main table called something like user_name
when they add a new record stamp the record with their username
e.g.
me.txtuser_name.value = fOSUserName()
txtuser_name is the bound textbox on the form bound to the user_name field
and your query for the form should be some thing like
'Select * from TblTest Where user_name=" & fOSUserName
so that it is filtered just for the entries for that user.

Signature
Regards
Alex White MCDBA MCSE
http://www.intralan.co.uk
> Hi,
>
[quoted text clipped - 16 lines]
> projects). What is the best way to accomplish this? (sorry for the long
> post!)
Trauton - 24 May 2005 06:38 GMT
Thanks a million Alex. I appreciate your help!
> use the code below in a module, to get the logged in users name
>
[quoted text clipped - 35 lines]
> > projects). What is the best way to accomplish this? (sorry for the long
> > post!)