I've been trying to find a match between two tables by using SID as criteria.
So anyway, first table has the following input mask: 000\-00\-0000;;_
so it appears like this: xxx-xx-xxxx
so the original format that is stored is like this: xxxxxxxx
while the other table SID field format is like this: xxx-xx-xxx
what I mean, that the numbers were entered with dashes into the db.
so is there anyway to fix table2 by removing the dashes?
let me know what you guys think..
thanks
p.s. By the way, I know how to use function (trim) in php to get rid of things like that.. but is there another way? if anyones knows ASP function that would do that...that would be great...
or some intense update query that will fix that..
thanks