Chad, I'm not an SQL programmer, do you have a suggestion for the override script?
From what I've read, SQL is not really designed for formatting displayed information, but the best functions I could find are CAST and CONVERT. The following script doesn't display any values in my quantity column:
SELECT CAST(viewaccItem.QuantityOnHand AS INT) FROM viewaccItem (I also have different WHERE statements I've added to the end, based off your sript generator's recommondations)