Set a reminder for bill payment

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Greetings everyone...
I developed an accounts payable system under Access 2003. I was wondering
whether there is a code or macro that can work in the background and shows a
form or a message with a reminder when a bill(s) is (are) due (something like
the reminder in outlook.
I appreciate any help
Cheers
 
You could create a query to perform the check based on your criteria and then
use a form to display the results. Then using an autoexec macro you could
run the query when the db gets launched and if there are results open the
form to display the results.

Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top