vendredi 10 février 2017

438 runtime error when using the checkbox function in Access VBA

Vote count: 0

I get a 438 runtime error when using a checkbox on an Access 2007 form: 'Object doesn't support this property or method'. What is going wrong and how I can fix this?

enter image description here Private Sub Command133_Click() 'On Error GoTo ErrHandle

' Save the Current Record
If Me.Dirty Then Me.Dirty = False

' Exit the procedure if appointment has been added to Outlook.
If Me.chkAddedToOutlook = True Then
    MsgBox "This appointment has already added to Microsoft Outlook.", vbCritical
    Exit Sub
Else
End If
End Sub

asked 25 secs ago

Let's block ads! (Why?)



438 runtime error when using the checkbox function in Access VBA

Aucun commentaire:

Enregistrer un commentaire