i have a table that contains two fields partno and partdesc
in another table I have orderdetails which stores the partno
I would like a combo box that displays the part description is it possible to have a hidden column that contains the number. The get that number and search the order table
(I do not want to have to link the tables in anyway at the moment because of performance issues.)
in another table I have orderdetails which stores the partno
I would like a combo box that displays the part description is it possible to have a hidden column that contains the number. The get that number and search the order table
(I do not want to have to link the tables in anyway at the moment because of performance issues.)