G Guest Aug 31, 2007 #1 In form view, how can I establish locked records for default and unlock for editing and adding new records
In form view, how can I establish locked records for default and unlock for editing and adding new records
G Guest Sep 1, 2007 #2 Use the AllowEdits, AllowAdditions and AllowDeletes properties of your form. You could set these to No as default and use buttons on your form to set edits on etc. You should also include a Save button that returns the form to default values. Steve
Use the AllowEdits, AllowAdditions and AllowDeletes properties of your form. You could set these to No as default and use buttons on your form to set edits on etc. You should also include a Save button that returns the form to default values. Steve