Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form refresh

Status
Not open for further replies.

jjinx

Programmer
Oct 6, 2002
12
US
I am designing a databse with an access 2000 back end and a visual basic front end. All forms in this project are midi childs of the main form which does nothing other than allow the user to open the other forms. I need to be able to refresh any given form that is currently open if any changes have been made to the information in the database by another form.

Can anybody think of anything other thatn creating a refresh command on each form?
 
You can add a timer and refresh the form automatically after a given time interval (1 min, 5 min, etc.) instead of having the user click a refresh button. The time interval can be user defined. Thanks and Good Luck!

zemp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top