I am trying to make a program which can check UPS reference (track by reference) so ex: my company sends out items per days using same reference , ex: REF < that would be a reference of shipper. But I want it so you can enter REF01 into textbox1 and when you click check it will count up. REF02, REF03 etc until it finds "delivered" items then it will save to a .txt file with weight of the package. Is this possible?