I have a database that on form_load capture's I'd numbers. The user can know have acces only to their own entries. I need to be able for 2 people to have access to each other's information. What I would like to do is for the user to be able to switch from viewing their inventory to viewing their "buddies" inventory. The second problem of this is when I pull out forms from other users I find that since environ pulls from form load once viewed the last person that opened now becomes owner. I gues my question come in 2 parts. 1) How do I code the form to show user and their buddy only and not all other users? 2) once this is done how to turn off the capture so that is does not update with viewer's id? I know that this may seem confusing the way that I have worded it. I'm not sure how else to explain it. Thank you for your help and appreciate any help or advise that you may offer.