so this is going to sound a bit confusing but hopefully you can follow and help me out. I created a form regarding parts/pricing data etc. Now one of the fields is "Add to Quote" and it is a checkbox (true/False Yes/No) option and another field is "Quote Buy QTY" which is a number. Now, I have created a command button that uses a query to find all the parts that have a true value for the "Add to Quote" field and then open a report to view the information...Essentially a quote. Now my problem is...I would like to create a command button that would return the "add to Quote" field to Null as well as the "Quote to Buy QTY" field to a blank field so that when another user uses teh database they do not have to search for records that may accidentaly still checked. Can anyone help me troubleshoot this please?