SteveMacPSU
Programmer
Hello,
I've been wrestling with this problem for some time now and I look to the experts for help. I have a form that contains a grid of a few of the fields that exist in my record for a quick view. I display that information and the remaining pertinent information of the current record below the grid for a more detailed view and a place to add and edit. Below the grid I have a combo box that is used to update a status code of the current record. The combo box links the code with a 'lookup' description in another table and displays that information perfectly. I can not for the life of me get the corresponding information to display in the grid column. Again, I have a code in my main table (status) that links to a code in a lookup table and I would like to display the description from the lookup table in the column on the grid. Thanks for your anticipated help.
I've been wrestling with this problem for some time now and I look to the experts for help. I have a form that contains a grid of a few of the fields that exist in my record for a quick view. I display that information and the remaining pertinent information of the current record below the grid for a more detailed view and a place to add and edit. Below the grid I have a combo box that is used to update a status code of the current record. The combo box links the code with a 'lookup' description in another table and displays that information perfectly. I can not for the life of me get the corresponding information to display in the grid column. Again, I have a code in my main table (status) that links to a code in a lookup table and I would like to display the description from the lookup table in the column on the grid. Thanks for your anticipated help.