I have a few subforms on a main form and when a record is changed, I use before/after update events to write data to a SQL server. It normally works perfectly fine. I can edit a row in a subform, click to the next row, and the data gets written. But if I edit a cell and then click on ANOTHER subform, I get "the on before event warning / can't update the record..." (Something like that). But it works anyway. Anyone have an easy way to suppress the pop-up?