Yes but users should not use the DatasheetView of the Table for direct data
entry. In properly-implemented database applications, users should use
Forms for data entry, not DatasheetView of the Table.
In a multi-user Access application, the application should be split into
Front-End (GUI) and Back-End (data). The Back-End (Table data only)
resideds on a shared directory so that the users can access the shared data.
The Front-End consists of other Access objects and each user should have a
copy of the Front-End on his/her desltop. Thus, in this case, each user use
a separate copy of the data entry Form, anyway.