C
clayton ledford
I'm kind-of new with acces, so forgive me: Hopefully this is simple. I have
two forms. Form-A is set up with "allow edits" to be off, and "allow
additions" on. That way users cannot change old records by mistake, but they
can view them.
I need to add a way that a user can choose to update the old records with
some controls.
I have a button on Form-A that opens Form-B to perform an update. The forms
are nearly identical, but Form B allows edits. How do i get Form-B to
automatically show the record they were viewing in Form-A?
My goal is to lock the primary key and only let them update the other
attributes. It will close when they click a "save" command.
two forms. Form-A is set up with "allow edits" to be off, and "allow
additions" on. That way users cannot change old records by mistake, but they
can view them.
I need to add a way that a user can choose to update the old records with
some controls.
I have a button on Form-A that opens Form-B to perform an update. The forms
are nearly identical, but Form B allows edits. How do i get Form-B to
automatically show the record they were viewing in Form-A?
My goal is to lock the primary key and only let them update the other
attributes. It will close when they click a "save" command.