Hi, I'm trying to determine when a member started his presently active membership. I'm not sure begin_date (in payments) is for the active product or any product once owned by that member. For instance, he subscribes to a 30 day product and then upgrades to a 1 year product with the same access. But the 30 day product is expired once he upgrades. If start_date applies to the most recent product then it does not tell me when he started his entire membership. Does $payments keep a record of all purchases, even the expired ones? If so, I'll just look for the earliest start_date on each product. John