S
shiro
Below is my code on click even of a cmdButton to fire off the before
update even of my form.But it produce error message if the form
is dirty :
'The setting you entered is not valid for this property"
And vba highlights the line "Me.Dirty = False".
If Me.Dirty = True Then
Me.Dirty = False
End If
Why it's happen?How to trap it.
update even of my form.But it produce error message if the form
is dirty :
'The setting you entered is not valid for this property"
And vba highlights the line "Me.Dirty = False".
If Me.Dirty = True Then
Me.Dirty = False
End If
Why it's happen?How to trap it.