I created a form that has two combo boxes at the top. The user has to select a value in each and then click "search". In the code for the button's onClick event I have put me.requery. Right now I have the form's recordsource property set to a query I created and saved in the database that pulls the values for each field I'm filtering on from the two combo boxes on the form. Once you click the search button, it displays a ton of fields and records but they all have the value #Name?
Any Ideas?
Any Ideas?