Refresh button

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

Guest

I've added a refresh button to a form but it does not refresh all or the
records only the one you're in. I.e if another user adds a record it does not
show to anyone else until you close the form and re-open it. Is there any way
I can change this?
 
Hi.

Use Me.Requery to replace the form's current recordset with the most
up-to-date data from the database.

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)
 
Hi John:

Can you tell me what is the exact code you had in the Refresh button. I'm
new at this and can't get this working.

Thanks.
 
Hi:

Can you tell me the exact code for this refresh bottom. I can't get this
working.

Thanks
 
Back
Top