Error in access Form - "You can't use find or replace now"
- From: Irina <Irina@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 19 May 2008 12:37:00 -0700
Hello, I have a form that is used to enter records and edit existing records.
However, when a user clicks on "find record" button to search for a record
(that
is in the table already) they are getting the error: "You can't use find or
replace now"
the code for the "find record" button is this:
Private Sub cmdFind_Click()
On Error GoTo Err_cmdFind_Click
Screen.PreviousControl.SetFocus
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
Exit_cmdFind_Click:
Exit Sub
Err_cmdFind_Click:
MsgBox Err.Description
Resume Exit_cmdFind_Click
End Sub
Can anyone please help with this?
thank you
.
- Prev by Date: Re: Using mouse to scroll down a combo list
- Next by Date: Re: Error deleting records in sub-sub-forms
- Previous by thread: Prompt for Parameter Value Help
- Next by thread: Question: Counting subform records on main form
- Index(es):