kingjams
02-26-2008, 09:53 AM
I am a newbie. I am building mutiple tables/queries in one form. I got it to work but it is duplicating records where a name appears more than once. How can I stop this.
Regards
Regards
|
View Full Version : How to stop duplication of data in building multiforms kingjams 02-26-2008, 09:53 AM I am a newbie. I am building mutiple tables/queries in one form. I got it to work but it is duplicating records where a name appears more than once. How can I stop this. Regards boblarson 02-26-2008, 11:31 AM Sounds like you have a One-to-many situation and you should be using a main form for the ONE and a subform to capture the MANY side of things. |