you might try
sqlCAP = "select prod_id, to_number(prod_num)," _
& "to_number(item_num),release_date, prod_status " _
& "from PRODUCTS " _
& "where prod_id = '" & RSprod_id!Issn & "' " _
& "and current_prod = 'Y'...