Hello,
Not sure if this is the right forum but here goes. I am writing a membership database. I have a main table(member)that contains relevant information about the member. It has an autonumber field called entrynumber that is linked to another table called financial. The financial table also has the entrynumber field in a many to one relationship with table (member). The financial table lists any monies paid into the club. Most entries will be dues, but there could be donations, upkeep, etc. In the "member" table I also have a field that lists the members status, good or not good. I need to write a report that lists any member who is "good" and does not have entry in the financial table listed "dues" between certain dates. BAsically I need a way to create a list of members who are in good standing that have not paid their dues. The database isn't in production so I can change just about any element. Having a hell of a time with this one. Any examples or help would be greatly appreciated. IThanks,
Doug
Not sure if this is the right forum but here goes. I am writing a membership database. I have a main table(member)that contains relevant information about the member. It has an autonumber field called entrynumber that is linked to another table called financial. The financial table also has the entrynumber field in a many to one relationship with table (member). The financial table lists any monies paid into the club. Most entries will be dues, but there could be donations, upkeep, etc. In the "member" table I also have a field that lists the members status, good or not good. I need to write a report that lists any member who is "good" and does not have entry in the financial table listed "dues" between certain dates. BAsically I need a way to create a list of members who are in good standing that have not paid their dues. The database isn't in production so I can change just about any element. Having a hell of a time with this one. Any examples or help would be greatly appreciated. IThanks,
Doug