HighLightUK
Technical User
The users of my main form have requested a change to the way it works when selecting a button which creates a new record.
Essentially, the users open the form initially from a menu. At this point the form is blank except for its default values (which is fine).
After they populate the form and save the records to the underlying tables, the users click on a 'New Record'command button. This clears all of their input ready for the next record.
However, they want four fields to show the information that they previously entered. This is because the values in these specific fields can be replicated many times before it changes.
The fields must be overwritable if the information has changed.
The four fields are named:
JobTypeID (a cbo box)
JobDescID (a cbo box)
COrder (a text field)
RecDate (a date field)
Any help on this would be appreciated.
Also, when the 'New Record' button is clicked, this command button retains the focus requiring a further click into the JobTypeID field (the first user field) before input can commence. How can I get the focus switched to this field automatically?
Thanks
Essentially, the users open the form initially from a menu. At this point the form is blank except for its default values (which is fine).
After they populate the form and save the records to the underlying tables, the users click on a 'New Record'command button. This clears all of their input ready for the next record.
However, they want four fields to show the information that they previously entered. This is because the values in these specific fields can be replicated many times before it changes.
The fields must be overwritable if the information has changed.
The four fields are named:
JobTypeID (a cbo box)
JobDescID (a cbo box)
COrder (a text field)
RecDate (a date field)
Any help on this would be appreciated.
Also, when the 'New Record' button is clicked, this command button retains the focus requiring a further click into the JobTypeID field (the first user field) before input can commence. How can I get the focus switched to this field automatically?
Thanks