I am trying to combine several duplicate fields into one record. Fields are: VIN(this is the duplicates field), and approximately 30 yes/no fields. I need all the 'yes' fields to over-ride any 'no' fields to combine all the recordsets into one.<br>
<br>
Eg.<br>
<br>
VIN ¦ WC ¦A ¦B ¦C ¦D ¦E ¦F<br>
27715¦ 270 ¦Y ¦n ¦n ¦Y ¦n ¦n<br>
27715¦ 250 ¦n ¦n ¦Y ¦n ¦Y ¦n<br>
27715¦ 240 ¦Y ¦Y ¦n ¦Y ¦n ¦n<br>
<br>
Combined Y Y Y Y Y n<br>
<br>
<br>
I realize i may actually have to write VBA to get this to work properly, because I can't see a way to do it using macros.<br>
<br>
Unfortunately I am just starting to use Access (still in the fetal stage)... lol ... and i know almost no VBA.<br>
<br>
<br>
HELP!<br>
<br>
Luggy<br>
<br>
<br>
Eg.<br>
<br>
VIN ¦ WC ¦A ¦B ¦C ¦D ¦E ¦F<br>
27715¦ 270 ¦Y ¦n ¦n ¦Y ¦n ¦n<br>
27715¦ 250 ¦n ¦n ¦Y ¦n ¦Y ¦n<br>
27715¦ 240 ¦Y ¦Y ¦n ¦Y ¦n ¦n<br>
<br>
Combined Y Y Y Y Y n<br>
<br>
<br>
I realize i may actually have to write VBA to get this to work properly, because I can't see a way to do it using macros.<br>
<br>
Unfortunately I am just starting to use Access (still in the fetal stage)... lol ... and i know almost no VBA.<br>
<br>
<br>
HELP!<br>
<br>
Luggy<br>
<br>