How to write a memory residenced program in Acess?

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

Guest

For example, a busy trading company has a receptionist to answer the phone of
enquiries and take down all necessary information and input to the computer.
These information will route to sales department and will appears
automatically on the screen or a message queue saying the number of enquiries
pending for follow up. I am planning to write a memory residence program to
keep track the number of enquiries. Any idea to write or define residenced
program in MS Access?

Many thanks
 
Yes, that's what I plan to do. But I think I need a program which is like a
goalkeeper to track (check) if there is new transactions come in. If so,
information will be retrieved automatically. Or someting like "alter" that
when a new transaction (message) comes in, this "alter" will generate mails
or pop up a message screen etc.
 
My problem is how to make such program to check the table at a regular
interval such as every 2 minutes. I think this program should be running at
the background.
 
Arvin Meyer escribió:
With volatile information on a system that isn't 100% active 24/7, you must
write to disk. In Access, you write the data to a table, then check that
table at regular intervals.
quiero recibir spam y no me importa de donde
 

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