I'm trying to find duplicate names and addresses so as to find repeat customers.I am tyring to start at first record and then enetering an inner loop to compare this record to the rest, at eof i want the pointer to move to the next(second) record and enter inner loop again at the bof.
strFirstName = CustTable![FirstName].Row(StatCount)
strSecondName = CustTable.Row(StatCount)![Surname]
is it possible to refer to a record number using row and a counter. above is my attempt to do this but this is not supported.
Any help gratefully received
Frank72
strFirstName = CustTable![FirstName].Row(StatCount)
strSecondName = CustTable.Row(StatCount)![Surname]
is it possible to refer to a record number using row and a counter. above is my attempt to do this but this is not supported.
Any help gratefully received
Frank72