thisisntwally
CE&A
- Local time
- Today, 15:38
- Joined
- Jun 27, 2007
- Messages
- 246
im trying to tweak gromits Search Form and, after having adjusted the code, when i run it i get a "compile error: Method or Data member not found"
I had a shaky subform at first, but I rebuilt it and thought i had done it right. Anyhow, i really dont have any idea where to begin to look for the problem, so any input is appreciated
Code:
Private Sub comSearch_Click()
' Update the record source
Me.[COLOR="Yellow"]frmsubsearch[/COLOR].Form.RecordSource = "SELECT * FROM qselsearch " & BuildFilter
' Requery the subform
Me.frmsubsearch.Requery
End Sub
I had a shaky subform at first, but I rebuilt it and thought i had done it right. Anyhow, i really dont have any idea where to begin to look for the problem, so any input is appreciated