Raven Soozie's watchin' you! Local time Today, 20:57 Joined May 1, 2002 Messages 48 Jun 13, 2003 #1 I am presented with the attached error when I create a command button. The strange thing is I have other dbases running command buttons which appear to be working fine. Any ideas? Attachments error.gif 4 KB · Views: 139
I am presented with the attached error when I create a command button. The strange thing is I have other dbases running command buttons which appear to be working fine. Any ideas?
A AncientOne Senior Citizen Local time Today, 20:57 Joined Mar 11, 2003 Messages 464 Jun 13, 2003 #2 What's the code behind the button?
Raven Soozie's watchin' you! Local time Today, 20:57 Joined May 1, 2002 Messages 48 Jun 16, 2003 #3 The code reads: Private Sub next_Click() On Error GoTo Err_next_Click DoCmd.GoToRecord , , acNext Exit_next_Click: Exit Sub Err_next_Click: MsgBox Err.Description Resume Exit_next_Click End Sub
The code reads: Private Sub next_Click() On Error GoTo Err_next_Click DoCmd.GoToRecord , , acNext Exit_next_Click: Exit Sub Err_next_Click: MsgBox Err.Description Resume Exit_next_Click End Sub
A AncientOne Senior Citizen Local time Today, 20:57 Joined Mar 11, 2003 Messages 464 Jun 16, 2003 #4 This can be problematical. look at this thread... http://beta.experts-exchange.com/Databases/MS_Access/Q_20526625.html
This can be problematical. look at this thread... http://beta.experts-exchange.com/Databases/MS_Access/Q_20526625.html