Hi All
In order to ensure that I have clean(er) data in my address table, I am trying to ensure that the same address is not captured twice. (Impossible, I know, but I HAVE to try - 17 different spellings for the same town is getting ridiculous!)
For this, I have tried to normalise just about every component of an address and put as much of it as I can into drop-down boxes. (Unfortunately, users still need a 'free-text' field to insert organisation names etc, but I cant help that.)
Anyhow, in the SQL table has a field where I can store a CHECKSUM value for a combination of all the fields.
The question is, how can I (from and Access 2016 front end) call the 'Checksum(field1, field2,. . . fieldn) in SQL-T to do the calculation for me?
Thanks
In order to ensure that I have clean(er) data in my address table, I am trying to ensure that the same address is not captured twice. (Impossible, I know, but I HAVE to try - 17 different spellings for the same town is getting ridiculous!)
For this, I have tried to normalise just about every component of an address and put as much of it as I can into drop-down boxes. (Unfortunately, users still need a 'free-text' field to insert organisation names etc, but I cant help that.)
Anyhow, in the SQL table has a field where I can store a CHECKSUM value for a combination of all the fields.
The question is, how can I (from and Access 2016 front end) call the 'Checksum(field1, field2,. . . fieldn) in SQL-T to do the calculation for me?
Thanks