andy_dyer
Registered User.
- Local time
- Today, 08:38
- Joined
- Jul 2, 2003
- Messages
- 806
Hi,
The problem:
On my database v1.4 at present every time a new record is created they must select which office is relevant to them. They do not always complete this field.
I know I could just make this a required field, but this would lead to more pop up error boxes for them (and there already a lot - error handling for every eventuality!!) so this time I would like to have one less box for them to complete...
I would like to be able to on the first use of my database v1.5 for the user be faced with a form forcing them to select their office location from a combo box cboOffice and it then this data is then stored in a table tblLocation.
Subsequently on my input form frmInput the current combo box cboOffice can be replaced with a locked text box txtOffice which already has their location in.
Is this possible and has anyone got any ideas on the coding required?
Thanks
Andy
The problem:
On my database v1.4 at present every time a new record is created they must select which office is relevant to them. They do not always complete this field.
I know I could just make this a required field, but this would lead to more pop up error boxes for them (and there already a lot - error handling for every eventuality!!) so this time I would like to have one less box for them to complete...
I would like to be able to on the first use of my database v1.5 for the user be faced with a form forcing them to select their office location from a combo box cboOffice and it then this data is then stored in a table tblLocation.
Subsequently on my input form frmInput the current combo box cboOffice can be replaced with a locked text box txtOffice which already has their location in.
Is this possible and has anyone got any ideas on the coding required?
Thanks
Andy