Code on OpenForm problem
Function MyMsgBoxRestore(Message As String, Title As String, ButtonZeroText As String, ButtonOneText As String, FocusVal As Integer) As Integer
On Error GoTo MyMsgBoxRestore_Err
' Initialize return value to -1 (for cancel)
' MyMsgBoxRestore = -1...