nangel
Automotive
- Dec 7, 2004
- 10
I would like to allow end users to update some information but only to update the information by adding one at a time.
Example
On Monday the output was
A B C D E F
1 t1 9
2 t2 7
3
4 ttl 16
5
On Tuesday a User opens the file but it needs to add one to "1B". I would like for the user to increase 9 to ten.
A B C D E F
1 t1 10
2 t2 7
3
4 ttl 17
5
I would to prevent the user from deleting the entry or changing it to something else. What I was thinking is to force the users to add it by one by clicking on a button or something similar to that.
Can you please provide any kind of comments or suggestions regarding this subject will be appreciate.
Thank you in advance for your help!
Example
On Monday the output was
A B C D E F
1 t1 9
2 t2 7
3
4 ttl 16
5
On Tuesday a User opens the file but it needs to add one to "1B". I would like for the user to increase 9 to ten.
A B C D E F
1 t1 10
2 t2 7
3
4 ttl 17
5
I would to prevent the user from deleting the entry or changing it to something else. What I was thinking is to force the users to add it by one by clicking on a button or something similar to that.
Can you please provide any kind of comments or suggestions regarding this subject will be appreciate.
Thank you in advance for your help!