ok to clarify
You have a table of (probably) unique serial number
You want to
Push button
-- Fetch S/N from S/N table
-- Put S/N into text field on form
-- Delete given S/N from table of available S/N's?
If so best method would be to create a quick macro
I don't have access available at the moment, so maybe poke around google for retrieving recordsets from Access tables
If Access was a decent DB (we won't get started) you could chain together SQL Statements, but I don't think you can do that in access
The other option (that I can think of) would be to use seperate buttons. One for fetch, the other to delete.