I have been looking around for how to do this, but have not found my particular issue resolved yet. I have one combo box in a sub form. Combo is called 'cmbProCode'. I have another box called 'txtGrpCount'. On every selection in cmbProCode I would like the txtGrpCount' to default to the number 1. I see that would be easy by using the Default item. Issue is there is one option in the cmbproCode box where this is not the case, and mistakes are often made by Dataentry here, that I why I need to work on a way to fix it. They exact issue is if they pick '514' in the 'cmbprocode' box, the number in the 'txtgrpcount' box must be 2 or more. I am needing a way for a pop up to appear if this creteria is not met before they save the record, or on the after update event of the txtgrpcount box. I am stumped as to how to make this work.