Hi there,
I need to pull the first date out of a string that looks like this
Mr. Boris Mackay * DOB: 12/11/1940 :: Mrs. Sheila Mackay * DOB: 11/10/1956
and check the DOB against another date to make sure they aren't over 65....
(I'm using ... AND (DATEDIFF([year], customer.DOB, orders.closeDate) > '65') for that bit)
does anyone know how i can pull that first date out of the string in my query?
many thanks,
I need to pull the first date out of a string that looks like this
Mr. Boris Mackay * DOB: 12/11/1940 :: Mrs. Sheila Mackay * DOB: 11/10/1956
and check the DOB against another date to make sure they aren't over 65....
(I'm using ... AND (DATEDIFF([year], customer.DOB, orders.closeDate) > '65') for that bit)
does anyone know how i can pull that first date out of the string in my query?
many thanks,