Hello all,

I'm doing a simple db that stores customers using an internet service, billed monthly. How do I automatically calculate the monthly billing date. This will be the same date every month based on the date service began. The start date is stored in the database, but I am not sure how to auto calculate so that I can notify the user daily. Each customer will generally have a different payment date....

Thanks in advance!