Hi,
I put this code in Query under criteria
In the SearchForm I put this code in BtnRunSearch
However the problem is When I hit BtnRunSearch (Button), Query2 act like there's no input to "qBarcode" which is a text Box. I dont understand this. Can anybody help pls. I am using Access 2007
A Popup window asked for an input for Query.
I put this code in Query under criteria
Code:
Like [Form]![SearchForm].[qBarcode] & "*"
In the SearchForm I put this code in BtnRunSearch
Code:
Private Sub BtnRunSearch_Click()
DoCmd.OpenQuery "Query2", acViewNormal
End Sub
However the problem is When I hit BtnRunSearch (Button), Query2 act like there's no input to "qBarcode" which is a text Box. I dont understand this. Can anybody help pls. I am using Access 2007
A Popup window asked for an input for Query.