Ok I'm once again showing my complete (or almost) ineptitude with all things Access.
I'm using Access 2007 and need to do the following:
SETUP:
I have a table of membership information, and a table of dues information. They are linked via a unique ID number so that I can see the data for each entry without opening the corresponding table.
PROBLEM:
I need to create a form (or whatever I need to accomplish my goal) that basically allows me to select the filter parameters by clicking.
Like so maybe:
A form that uses a check box for each month. By selecting the months you want to see and then hitting a "Generate" button. It then generates a report of dues paid in those months, and displays them alongside a number and a name from the other table.
I have no idea how to link each check box to a field in a table and then getting all those selected to be joined in a report.
I'm not even sure it can be done.
Can anyone guide a hapless, gormless, ignorant rookie trying????
Please, with sugar on top?
I'm using Access 2007 and need to do the following:
SETUP:
I have a table of membership information, and a table of dues information. They are linked via a unique ID number so that I can see the data for each entry without opening the corresponding table.
PROBLEM:
I need to create a form (or whatever I need to accomplish my goal) that basically allows me to select the filter parameters by clicking.
Like so maybe:
A form that uses a check box for each month. By selecting the months you want to see and then hitting a "Generate" button. It then generates a report of dues paid in those months, and displays them alongside a number and a name from the other table.
I have no idea how to link each check box to a field in a table and then getting all those selected to be joined in a report.
I'm not even sure it can be done.
Can anyone guide a hapless, gormless, ignorant rookie trying????
Please, with sugar on top?
Comment