I have a form with a sub form that has a master record of data and a sub-form that is a grid of detail data. One of the columns on the sub-form is a number. I want to right click on the row in the sub-form and insert. I can click New Record for instance. Before inserting the new record, I want to be able to capture the current row's numeric column. I then want to increment the number for every row after that. The code to do that is easy. But I cannot think what event I need to do it on. Before insert fires after I have navigated away.
Tip anyone? Thanks
S