HI all,
Have a mde that works fine in Access 2000 but one user now has Access 2002 and a commandbutton is throwing the run-time error '7777' you've used the ListIndex property incorrectly. When I debug here is the code that it doesn't like:
Private Sub Command36_Click()
Combo27.SetFocus
Controls("combo27"
.ListIndex = Combo27.ListIndex + 1
End Sub
The code is meant to bump up a subform one record (there's a -1 that bumps down that is erroring too).
Thanks,
Andy
Have a mde that works fine in Access 2000 but one user now has Access 2002 and a commandbutton is throwing the run-time error '7777' you've used the ListIndex property incorrectly. When I debug here is the code that it doesn't like:
Private Sub Command36_Click()
Combo27.SetFocus
Controls("combo27"
End Sub
The code is meant to bump up a subform one record (there's a -1 that bumps down that is erroring too).
Thanks,
Andy