Basics: Using Access & Word 2000
Member Table - provides name, address, etc. for primary member. Unique field is membership #.
Dependant Table - lists all adult children of the primary member who have membership cards. Unique field is membership#.
Need to create mailing labels using information from Member Table and including a Count of dependants for each Primary member (if any) so that the proper number of validation stickers can be mailed to the primary member when they pay thier membership dues.
Have experimented creating a query with all primary membership info listed first and the count of membership# from the dependant table and the query returned 14587 records. When the there are only 3400 members in the primary table, it doesn't take a brain surgeon to know this wasn't working. Moved the Count field to the beginning of the query grid and query returned only information on primary members who had dependants with membership cards.
Suggestions?? Help?? I am not familiar with Visual Basic or SQL.
Member Table - provides name, address, etc. for primary member. Unique field is membership #.
Dependant Table - lists all adult children of the primary member who have membership cards. Unique field is membership#.
Need to create mailing labels using information from Member Table and including a Count of dependants for each Primary member (if any) so that the proper number of validation stickers can be mailed to the primary member when they pay thier membership dues.
Have experimented creating a query with all primary membership info listed first and the count of membership# from the dependant table and the query returned 14587 records. When the there are only 3400 members in the primary table, it doesn't take a brain surgeon to know this wasn't working. Moved the Count field to the beginning of the query grid and query returned only information on primary members who had dependants with membership cards.
Suggestions?? Help?? I am not familiar with Visual Basic or SQL.