In Access 07, I have a list box in which I display values from a table, call it tblTable1. One value in tblTable1 is limited to a combo box showing acceptable values from tblTable2. In the list box on the form, however, I only get the numbers of the items instead of their values. I assume this is because I am pulling from a table that doesn't house the actual values. What's the best way to rectify this issue and show the actual values (such as "Chrysler" or "Ford" instead of 1, 2, etc...)? I am hoping to do it while still limiting user input in the table to the list of values, so that I'm not stuck dealing with input error issues.
Thanks,
E
Thanks,
E