Hey I have a form with cascading comboboxes, and I'm using a textbox to display the value, when the combo values dissapear.
However the textbox displays the numbers that refer to the first column of the bound field and not the text value. Is there a dlookup solution to this?
The basic architecture is.
a table Recipe Components
With each item and categories and subcategories of each item listed.
I want the textbox on the form to display the text values like the table does.
The categories and subcategories are each held on 2 other distinict tables.
Thanks