Auto update form

  • Thread starter Thread starter Ian Pendlebury
  • Start date Start date
I

Ian Pendlebury

Access2000 -> SQLServer

I want my Users to be able to display a Form with a
recordset obtained from the SQL Server.

Is there a built in way of making the displayed recordset
reflect changes in the underlying table?.

I know that I code use the Form Timer event to requery the
server at regular intervals. But it would be nice if it
would do it by itself like MS Outlook does.
 
Ian Pendlebury said:
Access2000 -> SQLServer

I want my Users to be able to display a Form with a
recordset obtained from the SQL Server.

Is there a built in way of making the displayed recordset
reflect changes in the underlying table?.

I know that I code use the Form Timer event to requery the
server at regular intervals. But it would be nice if it
would do it by itself like MS Outlook does.

Sure, from the menu, choose:

Tools ... Options ... Advanced tab

Change the refresh interval.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

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