I have a form with an embedded subform with continuous forms view. The idea being that the user clicks on a row and the details are displayed in a separate form for editing. This works successfully for me, but not for some other users.
The form is not linked to the subform by master/child, but is used to change the subform filtering by updating its RecordSource.
When the users open the main form the first time, the record pointer is on the top row of the subform. If they click on any row (it does not become highlighted), the details of the top row are displayed for editing.
After this it works perfectly. This problem only occurs the first time the form is opened and they select a record.
We have the same model of laptop, we appear to have the same Access and mouse settings. I don't understand it.
Any suggestions would be appreciated.
The form is not linked to the subform by master/child, but is used to change the subform filtering by updating its RecordSource.
When the users open the main form the first time, the record pointer is on the top row of the subform. If they click on any row (it does not become highlighted), the details of the top row are displayed for editing.
After this it works perfectly. This problem only occurs the first time the form is opened and they select a record.
We have the same model of laptop, we appear to have the same Access and mouse settings. I don't understand it.
Any suggestions would be appreciated.