Any ideas why this code isn't working?
Private Sub cmdClear_Click()
'cancel the filter and clear all the search criteria objects
FilterOn = False
qtitle = Null
qauthor = Null
qissue = Null
qjournal = Null
qsubject = Null
qsubject2 = Null
End Sub
It's from an already existing database in which is worked but here, I press the button and nothing happens.
Richard
Private Sub cmdClear_Click()
'cancel the filter and clear all the search criteria objects
FilterOn = False
qtitle = Null
qauthor = Null
qissue = Null
qjournal = Null
qsubject = Null
qsubject2 = Null
End Sub
It's from an already existing database in which is worked but here, I press the button and nothing happens.
Richard