In MS Access, I have two forms (running off one table) that has a pre-defined on-load filter for each.
My end-user likes to click the Toggle Filter or Filtered button as a means to clear any filters they've used within the form's table. This effectively brings records from the other form into the form they're working on.
I want to be able to disable these two buttons whilst still giving them the ability to use the sort/filter within the form's table's drop-down arrows.
How would this be achieved?
I have already tried using:
Private Sub Form_ApplyFilter(Cancel As Integer, ApplyType As Integer)
Cancel = ApplyType = 0
End Sub
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…