Hi,
I put this code in Query under criteria
Like [Form]![SearchForm].[qBarcode] & "*"
In the SearchForm I put this code in BtnRunSearch
Private Sub BtnRunSearch_Click()
DoCmd.OpenQuery "Query2", acViewNormal
End Sub
However the problem is When I hit BtnRunSearch (Button), Query2 act like...