C
Chris
I added a command button and let the wizard create a Find
Record Event for my form which is attached to a table. I
keep receiving this error when I try to use it.
"You can't use find or replace now.
The fields are not searchable due to one of the following
reasons.
-The fields are controls (such as buttons or OLE objects)
-The fields have no data
-There are no fields to search.
None of this is true.
Here is the code I am opening the form up with
Private Sub Command1_Click()
DoCmd.OpenForm "frmMain", acNormal, , , acFormAdd
DoCmd.Close acForm, "frmFirst"
[Forms]![frmMain]![Date_Received].SetFocus
[Forms]![frmMain]![Command48].Visible = False
End Sub
I even tried to open the form in normal view and still get
this message.
Any help is appreciated.
Record Event for my form which is attached to a table. I
keep receiving this error when I try to use it.
"You can't use find or replace now.
The fields are not searchable due to one of the following
reasons.
-The fields are controls (such as buttons or OLE objects)
-The fields have no data
-There are no fields to search.
None of this is true.
Here is the code I am opening the form up with
Private Sub Command1_Click()
DoCmd.OpenForm "frmMain", acNormal, , , acFormAdd
DoCmd.Close acForm, "frmFirst"
[Forms]![frmMain]![Date_Received].SetFocus
[Forms]![frmMain]![Command48].Visible = False
End Sub
I even tried to open the form in normal view and still get
this message.
Any help is appreciated.