Hiya all,
Having a touch of trouble. Inporting data from excel (not important) into a temp table before committing the data to the "real" table we want to be able to do a comparison on the "Organisation Name", to see if the details already exist.
The best we have come up with so far is doing something like ... Compare against the left 5 chars ... then the right 5 chars ... and the mid 5 chars!!!! Giving us a recordset of possibilities (or none if it is a new item!).
Anyone got any better ways of doing this??
Cheers all.
Having a touch of trouble. Inporting data from excel (not important) into a temp table before committing the data to the "real" table we want to be able to do a comparison on the "Organisation Name", to see if the details already exist.
The best we have come up with so far is doing something like ... Compare against the left 5 chars ... then the right 5 chars ... and the mid 5 chars!!!! Giving us a recordset of possibilities (or none if it is a new item!).
Anyone got any better ways of doing this??
Cheers all.