How can i copy the results of an option box to another table?
In my example i receive the message that Access does not support this method
DoCmd.OpenForm “F1”, acDesign
Forms!F1!!FrameBrushUp.OptionValue = Me!FrameBrushUp.OptionValue
DoCmd.Close acForm, “F1”, acSaveYes