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
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]