FORM Please HELP

L

LG

If I have and entry form and a corresponding edit form. What I want is when
they make an edit on the edit form they have to click a box. The edit/change
will only save if they click that box. If they do not check the box their
edits will not save. Then I want to be able to query to find out how many
boxes were checked for edits.
I created an extra field in the table to read corrections with a yes/ no .
Am I in the right direction?
 
D

Dorian

This sounds like a very weird design.
Why not have all the fields protected (property locked = true) until they
check a checkbox, then unprotect them (property locked = false) for
editing/saving.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
 
L

LG

Will this allow me to run a query later to determine if the record was
edited. The corrections are used to monitor processors performance there for
the check box needs to stick so I can query each month to fnd out how many
errors were made. There is also another side to this. Another form will be
created off the batch number is the original form. There will have to be a
check box on that form to determined the batch number that was completed by
the second processor is this doable?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top