Hello all, needing some help on this please.
I made a form based on a products table query. Made a searchbox and button, works great.
code for the search function is as follows.
Private Sub Search_btn_Click()
DoCmd.ApplyFilter "", "[PartNumber1] Like ""*"" &...