|
|
Question : "DoCmd.RunCommand acCmdRefresh" documentation.
|
|
"DoCmd.RunCommand acCmdRefresh".... Where do I find documentation regarding what this does. I am taking over someone elses program and this command seems to be doing something ugly when working in a multi-user environment.
|
Answer : "DoCmd.RunCommand acCmdRefresh" documentation.
|
|
As far as I know there is no way to detect a locked record without trying to save it.
Would it be possible to write the input to a temporary local table and periodically append the records to the main file? This would eliminate locks at input time and the transfers would be easy to manage.
Pete
|
|
|
|