M
Mattias
Hi
I have used the below code with succes before when using it with the forms
"Before Insert" event.
Now using with controls AfterUpdate event I get runtime error 7777 "You used
the listindex proporty incorrectly"
Any help here is most appreciated
Mattias
Private Sub Artikel_AfterUpdate()
DoCmd.GoToControl "Auktion"
Me.Auktion.ListIndex = 0
DoCmd.GoToControl "Antal"
End Sub
I have used the below code with succes before when using it with the forms
"Before Insert" event.
Now using with controls AfterUpdate event I get runtime error 7777 "You used
the listindex proporty incorrectly"
Any help here is most appreciated
Mattias
Private Sub Artikel_AfterUpdate()
DoCmd.GoToControl "Auktion"
Me.Auktion.ListIndex = 0
DoCmd.GoToControl "Antal"
End Sub