Live Data

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

Guest

I have a database that our department uses to log incoming help tickets. The
database has a form that shows how many calls are open, who they are assigned
to and our current customer satisfaction percent. The question that I have
is, is there a way to make the form automatically refresh itself every few
seconds so that I can have it on screen on the wall that everyone can see
where the department is at in resolving calls. I don't want to have to
manually refresh the form, is there a way to automate this?
 
Every form has a Timer Event that you can use for this task. Put a Me.
Refresh of Me.Requery in the Timer event and set the Timer Interval in
milliseconds. 1000 = 1 second. 0 turns off the Timer Event.
 

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