Hello
I have a table with loads of records. What I am trying to do is dedpue the table. I have details in this table but the records can sometimes be slighly different from the previous record.
An example would be:
ID Field1 Field2
1 Joe Bloggs
2 Joe Blogger
3 Joe Blog
Here I just want to select the first record and ignore the other.
I have tried difference function but can't get it to work.
Can somebody give me a hand on this?
I have a table with loads of records. What I am trying to do is dedpue the table. I have details in this table but the records can sometimes be slighly different from the previous record.
An example would be:
ID Field1 Field2
1 Joe Bloggs
2 Joe Blogger
3 Joe Blog
Here I just want to select the first record and ignore the other.
I have tried difference function but can't get it to work.
Can somebody give me a hand on this?