C
Chel
Ok I have two forms. One form, the main form, shows a datasheet of
information. Currently, the datasheet (form) shows 15 records of an item and
its serial number.
The serial number is a link to another form where you have the details. When
the user first opens the Details screen only one field is editable until the
EDIT button in pressed- then all fields are ediatble.
The problem is on the datasheet below the 15th record (last record) when the
user clicks new a empty DETAILS form displays with the one record editable
until the EDIT button is pressed. How can I put in code to recognize that
when the user opens a NEW Details Form to enter a new record all fields
should be open for edits.
How can I, by default, open all fields when a new record is to be entered?
I hope that explains my problem.
information. Currently, the datasheet (form) shows 15 records of an item and
its serial number.
The serial number is a link to another form where you have the details. When
the user first opens the Details screen only one field is editable until the
EDIT button in pressed- then all fields are ediatble.
The problem is on the datasheet below the 15th record (last record) when the
user clicks new a empty DETAILS form displays with the one record editable
until the EDIT button is pressed. How can I put in code to recognize that
when the user opens a NEW Details Form to enter a new record all fields
should be open for edits.
How can I, by default, open all fields when a new record is to be entered?
I hope that explains my problem.