J
jschping
Hi,
I have an Access file that I use with some college counselors at my school.
They enter info about students into a main form that has embedded subforms.
I set up a back-end/front-end solution so I can update the front-end to add
new functionality without disrupting the data itself. It works great.
Now the principal wants to be able to see the data. I don't want him to be
able to change any of it, since he is not so great with computers, and there
is no way to recover from any changed he might accidenetally make (especially
with no one knowing he did it.)
I could lock all the controls and give him that file, which is what I did.
But today i want to add a few pieces of code to give the form more
functionality. I don't want to have to do it twice. Nor do I want to have to
go lock every control after I'm done in a separate file again.
Is there any smart way to do this? I want to be able to make changes and
updates to a front-end, and then easily create a copy of that form, just that
prevents any changes. But, I need unbound controls to stay alive so
navigation still works. Is there any easy and quick way to do this without me
having to code it each time?
Thanks!!!
John Schping
I have an Access file that I use with some college counselors at my school.
They enter info about students into a main form that has embedded subforms.
I set up a back-end/front-end solution so I can update the front-end to add
new functionality without disrupting the data itself. It works great.
Now the principal wants to be able to see the data. I don't want him to be
able to change any of it, since he is not so great with computers, and there
is no way to recover from any changed he might accidenetally make (especially
with no one knowing he did it.)
I could lock all the controls and give him that file, which is what I did.
But today i want to add a few pieces of code to give the form more
functionality. I don't want to have to do it twice. Nor do I want to have to
go lock every control after I'm done in a separate file again.
Is there any smart way to do this? I want to be able to make changes and
updates to a front-end, and then easily create a copy of that form, just that
prevents any changes. But, I need unbound controls to stay alive so
navigation still works. Is there any easy and quick way to do this without me
having to code it each time?
Thanks!!!
John Schping