Hello everyone, first I have a Combo box that has a control source value for the data in my database. Then I have the Row Source filled in for the combo box so that it displays what I want in place of the real value.
The Control Source is set to the "Type" value in my database. The Row Source says: "A;Type 1;B;Type 2;C;Type 3"
So for example, if my current item has a "Type" of a "A" then what actually displays in the combo box is "Type 1"
Now, what I want to do is the exact same thing, but with a TEXTBOX. I now have a different textbox that is also binded with the "Type" value in my database. I want the textbox to do this same substitution and show "Type 1" instead of "A"
Does anyone know how to do that? Or do I just have to change the textbox to a combo box? I would rather leave it as a textbox, that's why I asked.
Thanks everyone!
The Control Source is set to the "Type" value in my database. The Row Source says: "A;Type 1;B;Type 2;C;Type 3"
So for example, if my current item has a "Type" of a "A" then what actually displays in the combo box is "Type 1"
Now, what I want to do is the exact same thing, but with a TEXTBOX. I now have a different textbox that is also binded with the "Type" value in my database. I want the textbox to do this same substitution and show "Type 1" instead of "A"
Does anyone know how to do that? Or do I just have to change the textbox to a combo box? I would rather leave it as a textbox, that's why I asked.
Thanks everyone!