T
Tene
Hi,
In my database I recieved an error message when I tried to
open my switchboard. The error takes me to the debugger
and reads:
Compile error:
Ambiguous name detected: Go_to_next_record_Click
The debugger section reads:
Private Sub Go_to_next_record_Click()
On Error GoTo Err_Go_to_next_record_Click
DoCmd.GoToRecord , , acNext
Exit_Go_to_next_record_Click:
Exit Sub
Err_Go_to_next_record_Click:
MsgBox Err.Description
Resume Exit_Go_to_next_record_Click
End Sub
The line Private Sub Go_to_next_record_Click() is
highlighted.
As there are none of these buttons on my four switchboards
I am guessing that it refers to my forms.
FI anyone could help me sort out this problem I would be
very grateful. As an A Level Student my knowledge of
Visual Basic is close to nothing.
Thanks,
Tene
In my database I recieved an error message when I tried to
open my switchboard. The error takes me to the debugger
and reads:
Compile error:
Ambiguous name detected: Go_to_next_record_Click
The debugger section reads:
Private Sub Go_to_next_record_Click()
On Error GoTo Err_Go_to_next_record_Click
DoCmd.GoToRecord , , acNext
Exit_Go_to_next_record_Click:
Exit Sub
Err_Go_to_next_record_Click:
MsgBox Err.Description
Resume Exit_Go_to_next_record_Click
End Sub
The line Private Sub Go_to_next_record_Click() is
highlighted.
As there are none of these buttons on my four switchboards
I am guessing that it refers to my forms.
FI anyone could help me sort out this problem I would be
very grateful. As an A Level Student my knowledge of
Visual Basic is close to nothing.
Thanks,
Tene