M
Misha
Hi:
I have a bunch of queries, most of which need to be assigned to a
Fiscal Month/year. I have a separate table with all the dates as
individual records with the relevant Fiscal month attached.
unfortunately, when i join the tables together by DATE and try to query
for Fiscal Month, I get either nothing or very few records returned.
I also tried creating another table that had the Fiscal Month; Start
Date; and End Date to do a query i found on another message board:
IF(actiondate() between Start_Date and End_Date, Fiscal_Month,
"error"). But this didn't work either.
Please help.
Thank you,
Misha
I have a bunch of queries, most of which need to be assigned to a
Fiscal Month/year. I have a separate table with all the dates as
individual records with the relevant Fiscal month attached.
unfortunately, when i join the tables together by DATE and try to query
for Fiscal Month, I get either nothing or very few records returned.
I also tried creating another table that had the Fiscal Month; Start
Date; and End Date to do a query i found on another message board:
IF(actiondate() between Start_Date and End_Date, Fiscal_Month,
"error"). But this didn't work either.
Please help.
Thank you,
Misha