I was trying to get around having to use the OnClick events. I have about 30 check boxes that are not bound to anything, they just let me know what has been done and I add a point value when I add them to the table. I wanted to only have to update once when the form changed records or when the form closed. Maybe the OnCurrent will do all of that. I will give it a try and get back to you.
Main Topics
Browse All Topics





by: omgangPosted on 2005-05-26 at 13:18:19ID: 14089685
Create a function or procedure that has your table update routine in it. Call this function or procedure from the buttons OnClick event and also on the Forms OnCurrent event (Macro or Function that runs when focus moves from one record to another).
OM Gang