Good Afternoon, everybody
I have a listbox with the names of companies in it, and i would like to display a description of the company on the form as the listbox is updated.
I have a CompanyID table with the 'name'and 'description' fields. This seems like it should be straightforward, Ive gotten the listbox to change the RowSource of the next listbox on the AfterUpdate event, but i'm having trouble here. The description field is a memo type, if that matters.
Thanks,
Mark
I have a listbox with the names of companies in it, and i would like to display a description of the company on the form as the listbox is updated.
I have a CompanyID table with the 'name'and 'description' fields. This seems like it should be straightforward, Ive gotten the listbox to change the RowSource of the next listbox on the AfterUpdate event, but i'm having trouble here. The description field is a memo type, if that matters.
Thanks,
Mark