Access 2003 form problem

  • Thread starter Thread starter Dianne
  • Start date Start date
D

Dianne

I have a database that manages registrations for seminars. When I am on my
attendee registration form and go to a subform to enter a payment, the
registration and payment shows twice on the subform, but doesn't show as a
duplicate in any of my tables. There has to be something in the code causing
it to do this. Help?!?
 
Dianne said:
I have a database that manages registrations for seminars. When I am on my
attendee registration form and go to a subform to enter a payment, the
registration and payment shows twice on the subform, but doesn't show as a
duplicate in any of my tables. There has to be something in the code
causing
it to do this. Help?!?


It could be that your subform is based on a query that joins two tables, and
one of those tables has two records that match the other table's linking key
field. Have you checked that? What is the RecordSource of the subform?
 
Back
Top