Have a table titled BillMonth, in the table are just the months, January, February, etc. I have a form with a cambo box to select the month and a text box where the user can enter the year. The date in the table that needs to be searched is always the first day of the month such as 01/01/2012. Internally our bill month is always the month after the month in the table. For example if our bill month is July we need to search for 06/01/2012.
I set up the query with a nested Iif statement that contains all 12 months and the related result depending on the month selected. I get an error saying the Iif statement is to complex.
How should I be handling this?
Thanks,
Ron--
I set up the query with a nested Iif statement that contains all 12 months and the related result depending on the month selected. I get an error saying the Iif statement is to complex.
How should I be handling this?
Thanks,
Ron--