Guest_imported
New member
- Jan 1, 1970
- 0
I'm just learning Access 2000. Created a table with 100 personnel records. Primary key is autonumber. Created second table with 150 records for "equipment assignments". Again, the primary key is autonumber. The indexed field used to join "Equipment to Personnel is "Personnel ID". I created the initial 100 records in the equipment table by copying the autonumber column from the personnel table and pasting it into the equipment table. I then added equipment records for those people who were assigned equipment. Some people have more than one piece of equipment.<br><br>Created a form showing the personnel records (100) with a subform (continuous) that shows all of the equipment assigned to an individual. The join is one to many with Personnel being the primary table and its primary key (the autonumber field) being used to initiate the join. The problem is that if the first record in the primary table is #1 and if there are 3 records in the secondary table for that #1, then the Access form creates 3 complete records for #1. That is, press the "next page" key twice and you will see the same page 2 more times.<br><br>Can someone tell me how to prevent Access from showing the second and third repetitions of what is really only one record in the primary table? Your assistance will be very much appreciated. I'm sorry for the length of this but I didn't really know how to explain the problem.<br><br>John