Duplicate records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'll try my best to describe this issue.

The database launches into a main form that contains a subform. Much like
the event scheduling examples. The subform list multple events.

When scrolling through the main forms, a record shows for each subform event.

Is there a way to have the scroll only relate to the main form and ignore
the subform?
 
Thanks Tony,

It turns out that I had a query on launch that was running and listing the
duplicte records. After correcting the query, the issue went away. Thanks for
the help
 
Hi Zanstemic,

A subform will automatically show the correct data for the main form it
resides in, provided they are linked parent/child. I'm not sure why you would
want to view a form with the subform showing records other than those related
to the parent form, but perhaps making the subform invisible for those
records in the main form where you don't want the subform showing?

TonyT..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top