Apr 16th, 2012, 12:53 PM
Hey DaRichMan,
Well, it would fit some of your requirements. In terms of data gathering - having the two tables (Customers + Purchases), that's no problem. And you can link the two forms together by having the list of customers appear as a dropdown field in the Purchases form.
However, automatic email alerts at the end of a license period can't be done "out-the-box". For that, you'd need some custom code written that would (say) run on a cron job and send out the appropriate email notifications.
There may well be other tools out there that would be a better fit, but I confess I don't know of any.
- Ben
Well, it would fit some of your requirements. In terms of data gathering - having the two tables (Customers + Purchases), that's no problem. And you can link the two forms together by having the list of customers appear as a dropdown field in the Purchases form.
However, automatic email alerts at the end of a license period can't be done "out-the-box". For that, you'd need some custom code written that would (say) run on a cron job and send out the appropriate email notifications.
There may well be other tools out there that would be a better fit, but I confess I don't know of any.
- Ben