Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / August 2005

Tip: Looking for answers? Try searching our database.

Sub Form Update?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Robert B - 05 Aug 2005 09:03 GMT
I have a multiple user FE/BE database.
Depending department determins which FE they have.

One Departments FE has a main page with there own buttons ECT and, a SUBform
linked to a table displaying missing items that another department has
entered into the database.

Most departments leave the FE open as the day goes on and simply select which
task they wish to perform from the relevant FE. The problem is that my
SUBform only updates as the page is loaded.

is there any way i can get the page to self reload/ update say every hour?

Cheers for any advice
Ron Weiner - 05 Aug 2005 12:15 GMT
Robert

You could use the Timer on the Sub Form to trigger a requery every n
minutes.  If you wanted to refresh the form every 10 minutes you'd set the
Forms Timer Interval Property to 600000 and in the Forms Timer even you
would requery the form.  Code might look like this:

Private Sub Form_Timer()
   Me.Requery
End Sub

Ron W
www.WorksRite.com

> I have a multiple user FE/BE database.
> Depending department determins which FE they have.
[quoted text clipped - 10 lines]
>
> Cheers for any advice
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.