>I have created a form based on two separate tables. One table holds names
>the other table holds data. I need multple to use the database and to have
>the name selections save for each auditor separately. Can anyone help?
Okay, I will try to explain more. I have one table of just names, the other
table has other data like loan numbers and related information. I used both
tables to create a form. What I meant to say was I need "multiple users" to
be able to access the form at the same time, by selecting their own names as
well as allowing others to see that they are in a specific loan number.
Please can you help again.
Thank you

Signature
AccessDrama
> >I have created a form based on two separate tables. One table holds names
> >the other table holds data. I need multple to use the database and to have
[quoted text clipped - 11 lines]
>
> John W. Vinson [MVP]
Queen - 06 Nov 2007 20:21 GMT
Oh I forgot. The names are in a drop down box on my form. Thanks

Signature
AccessDrama
> Okay, I will try to explain more. I have one table of just names, the other
> table has other data like loan numbers and related information. I used both
[quoted text clipped - 21 lines]
> >
> > John W. Vinson [MVP]
John W. Vinson - 06 Nov 2007 20:35 GMT
>Okay, I will try to explain more. I have one table of just names, the other
>table has other data like loan numbers and related information. I used both
[quoted text clipped - 5 lines]
>
>Thank you
I'll really need more information to be able to help! Remember that you can
see your computer; we cannot.
What is the Primary Key of each table?
What is the Recordsource of the form? Is it a query joining the two tables, or
do you have a form with a subform (preferable)?
Do you have a "split" database, with each user getting their own copy of the
frontend (a database with the forms, queries, reports etc.) and sharing a
backend containing the tables? If not... you really should.
John W. Vinson [MVP]