G
Guest
Hi there, i've written a database that takes input from an external source
and prepares it for use within our business. If say I import 400 records 380
will import normally and the last 20 or so will repeat themselves many times.
It may be that my logic (the list is created from other queries) is wrong -
what I'd like to do (instead of drilling into the prior queries which were
very complex to set up) is to know who to stop a field and its associated
records repeating itself. ie:
CoName Add1 Add2 Add3
ABC 1 2 3 (normal line)
DEF 4 5 6
DEF 4 5 6 (repeating line - can repeat
between 5 - 10 times)
and prepares it for use within our business. If say I import 400 records 380
will import normally and the last 20 or so will repeat themselves many times.
It may be that my logic (the list is created from other queries) is wrong -
what I'd like to do (instead of drilling into the prior queries which were
very complex to set up) is to know who to stop a field and its associated
records repeating itself. ie:
CoName Add1 Add2 Add3
ABC 1 2 3 (normal line)
DEF 4 5 6
DEF 4 5 6 (repeating line - can repeat
between 5 - 10 times)