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?
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
438 runtime error when using the checkbox function in Access VBA
Aucun commentaire:
Enregistrer un commentaire