Hello!
I have a problem with an Access 2010 accdb connected to SQL-server 2008 tables.
There are 3 users entering data in a certain form. Whenever a new record is added, the recordcounter in the navigation bar does not show the actual number of records and a new record of another user cannot be found either. I tried it with linking the form to a view and directly to the table, but this has no influence.
The acivation interval of the ODBC connection (records update, etc.) is set to 5 sec. but does not solve the problem. In an existing record a change of values shows at once, as I set the interval to 250 ms.
Maybe I am doing something wrong at all, when entering data in a form by many users.
I know, that the recordsource has to be refreshed (requery) but how should I do this in an opened form (by timer?? with a bookmark on the current record??).
Please help me on that issues as this leads also to duplicates when different users try to insert the same data into new records.
What is to best was to update a form?
Thanks
Michael
I have a problem with an Access 2010 accdb connected to SQL-server 2008 tables.
There are 3 users entering data in a certain form. Whenever a new record is added, the recordcounter in the navigation bar does not show the actual number of records and a new record of another user cannot be found either. I tried it with linking the form to a view and directly to the table, but this has no influence.
The acivation interval of the ODBC connection (records update, etc.) is set to 5 sec. but does not solve the problem. In an existing record a change of values shows at once, as I set the interval to 250 ms.
Maybe I am doing something wrong at all, when entering data in a form by many users.
I know, that the recordsource has to be refreshed (requery) but how should I do this in an opened form (by timer?? with a bookmark on the current record??).
Please help me on that issues as this leads also to duplicates when different users try to insert the same data into new records.
What is to best was to update a form?
Thanks
Michael