S
siotrA alletS
Guest
Hi,
I require to run a networked Access97 database with up to 15 users.
The nature of the datbase is for users to retrieve a record, modify and
update throught the 5 page forms.
Database works trouble free as a single user. However, when 15 users log on
and click the get next record button, 14 of them get lock errors.
I would have logically inticipated that I could use the following on the On
Load:
If Me!Customer_Name.Locked = True Then
DoCmd.GoToRecord , , acNext
End If
But that was my logic!!! - It falls over nevertheless.
Can anyone with similar database shed any light on how this can be done.
Many thanks in advance
siotrA alletS
I require to run a networked Access97 database with up to 15 users.
The nature of the datbase is for users to retrieve a record, modify and
update throught the 5 page forms.
Database works trouble free as a single user. However, when 15 users log on
and click the get next record button, 14 of them get lock errors.
I would have logically inticipated that I could use the following on the On
Load:
If Me!Customer_Name.Locked = True Then
DoCmd.GoToRecord , , acNext
End If
But that was my logic!!! - It falls over nevertheless.
Can anyone with similar database shed any light on how this can be done.
Many thanks in advance
siotrA alletS