G
Guest
I am fairly new to access, though I have created a couple of simple databases with multiple tables, forms and simple queries. This one has me stumped.
Some setup info:
I have two tables, one called Expenses and one called PmtType. The values in PmtType (Cash, Check, Visa) are set up as a combo box in the Expenses Table. Entering the information in the form works fine, as when I am entering data into a form created for the Expenses Table, I am able to open the combo box and choose Cash, Check, or Visa).
My problem:
I am trying to create a query on the Expenses Table to give me just a listing of all items purchased with Visa. When I set my criteria for PmtType="Visa", my query comes back blank. I tried not setting any criteria, and the query worked by giving me back all of the data in the Expenses Table. But for some reason, I can only surmise because of the Combo Box, I cannot filter my data down to any of the values by PmtType.
Any help or suggestions are greatly appreciated. Thank you.
Some setup info:
I have two tables, one called Expenses and one called PmtType. The values in PmtType (Cash, Check, Visa) are set up as a combo box in the Expenses Table. Entering the information in the form works fine, as when I am entering data into a form created for the Expenses Table, I am able to open the combo box and choose Cash, Check, or Visa).
My problem:
I am trying to create a query on the Expenses Table to give me just a listing of all items purchased with Visa. When I set my criteria for PmtType="Visa", my query comes back blank. I tried not setting any criteria, and the query worked by giving me back all of the data in the Expenses Table. But for some reason, I can only surmise because of the Combo Box, I cannot filter my data down to any of the values by PmtType.
Any help or suggestions are greatly appreciated. Thank you.