Is there an easier way to do this since the text box is going to auto-populate with information already in the table (with the exception of entering new information). Instead of writing case statements for all of the values, couldn't I somehow just auto-populate the text box by checking what record the combo box selection is in? For example If I had:
Color /// Number
----- /// -------
Red /// One
Blue /// Two
Say Color is a combo box and I select "Red", then couldn't a text box display the corresponding value of "One" without having to make a lot (in my case, not in this one) of case statements.
As I stated before, any help will be greatly appreciated,
Thanks
[This message has been edited by npierson (edited 05-18-2001).]
[This message has been edited by npierson (edited 05-18-2001).]
[This message has been edited by npierson (edited 05-18-2001).]