D
Dennis
Hi,
I would like to come up with a standard user interface for adding items to
combo boxes while user is in the data entry form. That is, while they are
doing data entry, they come across a "look up code" / foreign key that needs
to be added to the foreign key look up table.
What is a good UI to allow users to add look up codes?
I have though about:
1. Puting the work "Edit" or "Add" next to the combo box and if they click
on that, I'll bring pop up the appropriate look up code / foreign key data
entry form. I don't like this approach because it takes up form space, but
it is intuitive.
2. Including the work "New" in all of my combo boxes where the user can add
a look up code. If they select "New", then I'll launch the appropriate data
entry form. I can either make the "New" selection be either the first or
last entry in the combo box so they can easily find it. This also seems
intuitive.
3. If they double click on the combo box, I'll then bring up the
appropriate data entry form. My only concern here is this approach is not
intuitive, but it would be the simplest to implement.
I don't like the idea of a user typing in a look up code / foreign key
description and if there is not a matching one, then asking if they want to
add it. I'm concerned that they will type in the wrong description and I'll
end up with a mess.
Any thoughts or other suggestions?
I would like to come up with a standard user interface for adding items to
combo boxes while user is in the data entry form. That is, while they are
doing data entry, they come across a "look up code" / foreign key that needs
to be added to the foreign key look up table.
What is a good UI to allow users to add look up codes?
I have though about:
1. Puting the work "Edit" or "Add" next to the combo box and if they click
on that, I'll bring pop up the appropriate look up code / foreign key data
entry form. I don't like this approach because it takes up form space, but
it is intuitive.
2. Including the work "New" in all of my combo boxes where the user can add
a look up code. If they select "New", then I'll launch the appropriate data
entry form. I can either make the "New" selection be either the first or
last entry in the combo box so they can easily find it. This also seems
intuitive.
3. If they double click on the combo box, I'll then bring up the
appropriate data entry form. My only concern here is this approach is not
intuitive, but it would be the simplest to implement.
I don't like the idea of a user typing in a look up code / foreign key
description and if there is not a matching one, then asking if they want to
add it. I'm concerned that they will type in the wrong description and I'll
end up with a mess.
Any thoughts or other suggestions?