Repeating Forms

  • Thread starter Thread starter KAKeller
  • Start date Start date
K

KAKeller

I have a form that uses 2 tables and worked fine. I added a third table and
now the form repeats 3 times for each record. How can I have the form only
show up once for each record?
 
On Mon, 18 May 2009 01:46:01 -0700, KAKeller

This will happen if you have a one-to-many relationship between two
tables. Use a subform instead, which can show the many records (of
table3) for each record of the parent table.

-Tom.
Microsoft Access MVP
 
Back
Top