Ok I'm trying to get my head into gear for the final phase of my small project. I split the database into forms and tables.
Have put the table file on the sever and given everyone their local copies of the forms.
I tested it the other and I was pretty happy except for two things.
1) when deleting at the same time I get #DELETED records in the forms which disappear when I Requery the record
2) I did get an dialogue box that told me someone had made changes and whether I wanted to discard or keep the record.
Ideally if the #deleted problem is solved by simply requerying the form then I'm happy to set up the code.
Probably form.requery I guess.
However for the second problem Should I start putting locks on things such as suggested in:
Other than that should I be considering any other things to be sure of an easy record keeping experience? Like whether I should have specific logins for users or something.
This is a small scale project, 5 Data enterers at max.
I am intrigued to hear your responses or comments?
Have put the table file on the sever and given everyone their local copies of the forms.
I tested it the other and I was pretty happy except for two things.
1) when deleting at the same time I get #DELETED records in the forms which disappear when I Requery the record
2) I did get an dialogue box that told me someone had made changes and whether I wanted to discard or keep the record.
Ideally if the #deleted problem is solved by simply requerying the form then I'm happy to set up the code.
Probably form.requery I guess.
However for the second problem Should I start putting locks on things such as suggested in:
Other than that should I be considering any other things to be sure of an easy record keeping experience? Like whether I should have specific logins for users or something.
This is a small scale project, 5 Data enterers at max.
I am intrigued to hear your responses or comments?