P
(PeteCresswell)
No nibbles on comp.databases.ms-access, so here it is:
=================================================================
Got a data entry form with many fields on it.
Suddenly all fields have become non-editable.
The form's .RecordSource is editable.
All I can think of is that I have fat-fingered some property that
is crucial to the form's being editable.
Form Props that I can think of:
..AllowEdits = True
..RecordsetType = Dynaset
..RecordLocks = NoLocks
Field Props:
..Locked = False
..Enabled = True
Can anybody think of something else?
=================================================================
Got a data entry form with many fields on it.
Suddenly all fields have become non-editable.
The form's .RecordSource is editable.
All I can think of is that I have fat-fingered some property that
is crucial to the form's being editable.
Form Props that I can think of:
..AllowEdits = True
..RecordsetType = Dynaset
..RecordLocks = NoLocks
Field Props:
..Locked = False
..Enabled = True
Can anybody think of something else?