G
Guest
I am working on a subscription fulfillment database in Access. I have a main
account table and a relational subscription table. So for a given account,
there may be an older subscription, say March 2003 - Feb. 2004, and then a
newer one, say Nov. 2005 - Oct. 2006. The problem is, when I look at the
accounts and subscriptions in a query, I get the older subscriptions (March
2003 - Feb. 2004) in addition to the current one (Nov. 2005 - Oct. 2006). I
only want the newest subscription in each active account. Otherwise,
duplicate copies will be mailed to the same account. And duplicates are not
desirable in other cases also — reports, etc.
If anyone knows some method that I could only show the latest subscription
in an active account, I would appreciate the information. If it's helpful,
here are the table.field names that are relevant:
CW Main.Account
CW Subscriptions.Exp Date
John
account table and a relational subscription table. So for a given account,
there may be an older subscription, say March 2003 - Feb. 2004, and then a
newer one, say Nov. 2005 - Oct. 2006. The problem is, when I look at the
accounts and subscriptions in a query, I get the older subscriptions (March
2003 - Feb. 2004) in addition to the current one (Nov. 2005 - Oct. 2006). I
only want the newest subscription in each active account. Otherwise,
duplicate copies will be mailed to the same account. And duplicates are not
desirable in other cases also — reports, etc.
If anyone knows some method that I could only show the latest subscription
in an active account, I would appreciate the information. If it's helpful,
here are the table.field names that are relevant:
CW Main.Account
CW Subscriptions.Exp Date
John