I’m creating a database to track 2,000 lotterie ticket sales.All 2,000 tickets have already been created in the table. I have a first form that identifies the buyer, ticket number, prizes won if any and wether the ticket is unsold and but on consignement to a seller. I wish to create a second form where I could update in batch mode those tickets given on consignement. For exemple tickets 95 to 125 could be on consignement to Mr. SoAndSo .What would be the code behind the accept command button that would refer to TextBox 1 (beginning ticket number), TextBox 2 (ending ticket number) and TextBox 3 (Seller name) and update records 95 through 125 in my table.