P
Pierre
I am having a problem with an unbound form that I have create. I’m not
actually sure where I am going wrong, but here is a brief synopsis of what I
have done so far.
- Made an unbound from call “SearchPage†(to include a Subform called “Cat
Codes Subformâ€)
- placed a text box called “Text49†on the SearchPage
The table and/or subform has only two fields: Cat Codes and Definition
Other then the codes I have posted, that is the extent of the form. I would
really appreciate assistance getting this form(code) fixed so that I can
Search for a Cat Code or Definition and have it display any and all results
on the Subform. Any and all recommendations are greatly welcomed.
‘here is the full code used
Private Sub Text49_AfterUpdate()
Dim strSql As String
strSql = “Definition’’â€& me.text49 &â€*â€â€
Me.Cat Codes subform.Form.RecordSource = strSql
End Sub
actually sure where I am going wrong, but here is a brief synopsis of what I
have done so far.
- Made an unbound from call “SearchPage†(to include a Subform called “Cat
Codes Subformâ€)
- placed a text box called “Text49†on the SearchPage
The table and/or subform has only two fields: Cat Codes and Definition
Other then the codes I have posted, that is the extent of the form. I would
really appreciate assistance getting this form(code) fixed so that I can
Search for a Cat Code or Definition and have it display any and all results
on the Subform. Any and all recommendations are greatly welcomed.
‘here is the full code used
Private Sub Text49_AfterUpdate()
Dim strSql As String
strSql = “Definition’’â€& me.text49 &â€*â€â€
Me.Cat Codes subform.Form.RecordSource = strSql
End Sub