I need help. *newbie*

T

TMoore

I'm fairly new to access and was wondering if maybe somebody could help
me with a problem I am having with a group of forms. I set them all up,
they work and the tables work, now I have to connect them so they all
display the same records. How would I go about doing that? Any input
would be highly appreciated. I thank you.
 
C

Chaim

What do you mean by 'display the same records'? If they are all displaying
the same information, why do you need a group of them? Are you talking about
a form and subforms and you want to know how to link them?

Let us know.
 
J

John Vinson

I'm fairly new to access and was wondering if maybe somebody could help
me with a problem I am having with a group of forms. I set them all up,
they work and the tables work, now I have to connect them so they all
display the same records. How would I go about doing that? Any input
would be highly appreciated. I thank you.

A Form is just a window. It displays whatever records are selected in
its Recordset, whether by a query or code.

It would be VERY unusual to have several forms all displaying the same
record from the same table. Could you explain the context? What do you
actually mean by "the same records" - the literal exact same data on
multiple forms, or related data in two different tables?

John W. Vinson[MVP]
 
Top