In a particular updating subroutine that is based off a form's recordset, its getting really slowed down due to having:
Is there a way to disable the on current event, run my sub & then re-enable it?
Code:
Private Sub Form_Current()
Me.cb_pogdbkey.Requery
End Sub
Is there a way to disable the on current event, run my sub & then re-enable it?