Hello,
I created a table with only two columns "Month" and "FY". The table has only one row. The purpose is to change two cells content:
- once a month ("Month") and
- once a year ("FY")...
... as an admin. My idea was to take these values and use them as criteria in a query that could show me only records for the month chosen by me in "Month" column.
How make the query recognize the value of the "Month"?
Usuall "directory" like:
[tbl_CurrentMont h]![Month]
simply does not work...
I would really appreciate some suggestions!
Thanks !
I created a table with only two columns "Month" and "FY". The table has only one row. The purpose is to change two cells content:
- once a month ("Month") and
- once a year ("FY")...
... as an admin. My idea was to take these values and use them as criteria in a query that could show me only records for the month chosen by me in "Month" column.
How make the query recognize the value of the "Month"?
Usuall "directory" like:
[tbl_CurrentMont h]![Month]
simply does not work...
I would really appreciate some suggestions!
Thanks !
Comment