B
Bob Vance
When I click on this Control it cab take 20-30 seconds for the dropdown list
to appear is there any way I can turn the cursor into an HourGlass to show
it is still trying to open my records
Private Sub cmdFinishHorse_Click()
Me.cbHorseFinished.Requery
Me.cbHorseFinished.SetFocus
Me.cbHorseFinished.Dropdown
End Sub
to appear is there any way I can turn the cursor into an HourGlass to show
it is still trying to open my records
Private Sub cmdFinishHorse_Click()
Me.cbHorseFinished.Requery
Me.cbHorseFinished.SetFocus
Me.cbHorseFinished.Dropdown
End Sub