I have one table with electrical equipment, tbl_equip. This table contains data like Serial Num, Company Num, Location, etc. I have a form, frm_search, based on a search query that I can enter the first number of the Serial Num and it will list all equipment that start with that number.
I...