M
Morris
Hi everyone,
I'm thinking what should my approach be, to do a simple data edit
correctly. I've got a table with 1500 jobs, User can scroll throufgh
the list, filter, etc, etc, and I want to enable him to edit details
of a particular job. Because the data is quite vulnerable and users
are quite prone to type sth in or change sth without noticing, I
wouldn't want the details to be changed whenever a user changes them
on a form and moves a focus to another control.
IS there any simple way to achieve that that I just don't know about?
Cause if I just make a form.recordsource being this temporary table
called EditedJob - then they can easily change something, scroll the
mouse wheel which takes them to inputting a new record, and alas - the
change has been made without noticing... how can I avoid thinks like
that>?
Thanks in advance
Morris
I'm thinking what should my approach be, to do a simple data edit
correctly. I've got a table with 1500 jobs, User can scroll throufgh
the list, filter, etc, etc, and I want to enable him to edit details
of a particular job. Because the data is quite vulnerable and users
are quite prone to type sth in or change sth without noticing, I
wouldn't want the details to be changed whenever a user changes them
on a form and moves a focus to another control.
IS there any simple way to achieve that that I just don't know about?
Cause if I just make a form.recordsource being this temporary table
called EditedJob - then they can easily change something, scroll the
mouse wheel which takes them to inputting a new record, and alas - the
change has been made without noticing... how can I avoid thinks like
that>?
Thanks in advance
Morris