raymond3090
Registered User.
- Local time
- Today, 23:15
- Joined
- Sep 5, 2002
- Messages
- 43
Hi!
I have some combo boxes on my forms that are controlled by fields in an underlying table. The form is used for data entry, and if the data for one of these particular fields is already present, they just select it from the list and avoid needless typing.
I currently have it set up such that if the user needs to enter new data into one of these fields, then they double-click the field and a new form pops up to add this particular data type. The new data is then added to the combo box, where the user can easily select it.
My problem is that sometimes the users don't realize that this is a combo box and try to enter data into this field. I have a 'notinlist' condition in there to prevent them from entering new data this way. However, this can make people mad sometimes because they already have it typed out and then have to type it out again when they realize that they have to double-click to add new data.
What I would like is a display in my combo box saying something like 'Select From List'. These fields are not required however, so if they leave the field like this, the corresponding field in the table would be empty.
Also, when the user enters new data to appear in the combo box, they have to then select it from the combo box list. Is there a way that I can have the new combo box item automatically selected in the combo box as soon as that form is closed so that they don't have to select it? (I realize that probably wasn't very clear!)
I have some combo boxes on my forms that are controlled by fields in an underlying table. The form is used for data entry, and if the data for one of these particular fields is already present, they just select it from the list and avoid needless typing.
I currently have it set up such that if the user needs to enter new data into one of these fields, then they double-click the field and a new form pops up to add this particular data type. The new data is then added to the combo box, where the user can easily select it.
My problem is that sometimes the users don't realize that this is a combo box and try to enter data into this field. I have a 'notinlist' condition in there to prevent them from entering new data this way. However, this can make people mad sometimes because they already have it typed out and then have to type it out again when they realize that they have to double-click to add new data.
What I would like is a display in my combo box saying something like 'Select From List'. These fields are not required however, so if they leave the field like this, the corresponding field in the table would be empty.
Also, when the user enters new data to appear in the combo box, they have to then select it from the combo box list. Is there a way that I can have the new combo box item automatically selected in the combo box as soon as that form is closed so that they don't have to select it? (I realize that probably wasn't very clear!)