dbTalk Databases Forums  

Refresh Form data across a network

comp.databases.ms-access comp.databases.ms-access


Discuss Refresh Form data across a network in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bill
 
Posts: n/a

Default Refresh Form data across a network - 12-18-2004 , 11:27 AM






I have five users using the same forms to enter and retrieve data from
an Access database held on a server but the only way each user can see
any changes to records is by closing and reopening the database

Ive created a refresh button on each form to refresh the data but
still no luck, I think it failed because it's over a network but not
sure - can somebody provide me with the code that I add to the refresh
button.

Thanks, Bill

Reply With Quote
  #2  
Old   
Rick Brandt
 
Posts: n/a

Default Re: Refresh Form data across a network - 12-18-2004 , 12:07 PM






"Bill" <bmcconnell21 (AT) hotmail (DOT) com> wrote

Quote:
I have five users using the same forms to enter and retrieve data from
an Access database held on a server but the only way each user can see
any changes to records is by closing and reopening the database

Ive created a refresh button on each form to refresh the data but
still no luck, I think it failed because it's over a network but not
sure - can somebody provide me with the code that I add to the refresh
button.
Refresh show changes to records already loaded. To see new records you need
Requery. This will take the user back to the first record in the RecordSet so
it's not something you would want to do automatically because it would interfere
with data entry.

You could have a button though that would store the Primary Key of the current
record, Requery the form, and then take the user back to the record they were
on. Not a very good use of network bandwidth though.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.