I have 3 choices in an Option Group Frame on the Main Form. I have a SubForm for a different table. If the user clicks on the 1st Option, the SubForm table (check boxes) is filled in, but not updated yet.
If the user changes his mind and decides to choose Option 2 instead, the system automatically updates the data in the SubForm for Option 1.
When Option 2 i selected (after Option 1 was selected), I need to Go To the Record in the SubForm Table forOption 1, which is now updated and put the data back to null.
I have tried several different methods, but cannot get anything to work.
Thanks in advance
If the user changes his mind and decides to choose Option 2 instead, the system automatically updates the data in the SubForm for Option 1.
When Option 2 i selected (after Option 1 was selected), I need to Go To the Record in the SubForm Table forOption 1, which is now updated and put the data back to null.
I have tried several different methods, but cannot get anything to work.
Thanks in advance