I have a question about something that I don't understand which doesn't seem to affect anything. I have an application that uses a grid to find and select a detail record. I have two cells that contain phone numbers so I have a private sub that handles grid cell formating. All works.
Here is what I don't understand; When the user double clicks a row the detail form opens as a dialog window. When I debug my code, I find that after the form is loaded, code excution returns to, and runs, the grid cell formating procedure back in the grid form window. Is this "normal" or is there a way to prevent this?
Thanks
Charles