I have a text box that is bound to a field in a database
1. How do I prevent edit of this field from data entry, but allow a user to
change this by selecting from a combo box?
(the combobox has this field in the control source, and looks up records
from another table)
Right now I do it by disabling the control, but that causes the color to be
grayed out.
What do you suggest?
1. How do I prevent edit of this field from data entry, but allow a user to
change this by selecting from a combo box?
(the combobox has this field in the control source, and looks up records
from another table)
Right now I do it by disabling the control, but that causes the color to be
grayed out.
What do you suggest?
Comment