J
JamesSF
i use an lock button on my forms to lock fields with
..allowedits = false
this is cumbersome as i need to manually in code list each field and
disallow edits. then make a unlock button to set value to true.
can some one air code a function where i can pass the form name and have it
iterate through all fields (text, combo, radio, check boxes) on that form
and apply the .allowedits = false or .allowedits = true?
also, what about subforms as well? would need to lock all fields on each
subform as well
Thanks in advance
JamesSF
..allowedits = false
this is cumbersome as i need to manually in code list each field and
disallow edits. then make a unlock button to set value to true.
can some one air code a function where i can pass the form name and have it
iterate through all fields (text, combo, radio, check boxes) on that form
and apply the .allowedits = false or .allowedits = true?
also, what about subforms as well? would need to lock all fields on each
subform as well
Thanks in advance
JamesSF