Thanks
Hey mate,
That is great just what I wanted, took you no time at all. lol
was wondering if you wouldn't mind helping me with the query string u set up to achieve it
Left([CustNo],3) AS Prefix, Mid([CustNo],5) AS Suffix
Left([CustNo],3) AS Prefix - This is taking the first 3 char from...