Automatic refresh every 5 seconds possible?

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

I have a datasheet which is a subform on a form,
my database is going to be used by about 10 users, so i need to make
sure the data is constantly uptodate.

how do i refresh the form's data in my datasheet every 5 seconds?

thanks,

gary.
 
Every form in Access has an OnTimer event and a TimerInterval. Set them up to
do the work for you.

I have a datasheet which is a subform on a form,
my database is going to be used by about 10 users, so i need to make
sure the data is constantly uptodate.

how do i refresh the form's data in my datasheet every 5 seconds?

thanks,

gary.

_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 

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