There is no iminvtrx_sql.bld_qty field in Macola. In fact there is no filed called bld_qty anywhere in the Macola database. Run this SQL to find everywhere a given field name appears, You won;t find "bld_qty".
SELECT sysobjects.name, syscolumns.colid, syscolumns.name, systypes.name...