M
Mark A. Sam
Something has changed. I am using AccessXP on an A2K database. I want to
undo a selected on an unbound OptionGroup and getting this error:
'Runtime error 2046': Undo isn't available right now.
Here is the Code:
If [SelectRpt] = 1 Then
MsgBox "The Detail report is not yet formatted!"
Cancel = True
DoCmd.RunCommand acCmdUndo
End If
Me.Undo is ineffective becuase this is an unbound control. I have done this
countless times in the past and have recently encountered this problem. Can
anyone help me resolve it?
God Bless,
Mark A. Sam
undo a selected on an unbound OptionGroup and getting this error:
'Runtime error 2046': Undo isn't available right now.
Here is the Code:
If [SelectRpt] = 1 Then
MsgBox "The Detail report is not yet formatted!"
Cancel = True
DoCmd.RunCommand acCmdUndo
End If
Me.Undo is ineffective becuase this is an unbound control. I have done this
countless times in the past and have recently encountered this problem. Can
anyone help me resolve it?
God Bless,
Mark A. Sam