I created a drop down list box where the following are stated:
Brand - Text
Model - Text
Description - Memo
The information save on another table is only the model, the Brand should only appear on screen or printed as well as for the description.
the form shows a follow:
Model - Dropdown List Box
Brand - =Model.column (1)
Description - =model.column(2)
my problem is that the description is not showing in the Dropdown, for this to populate the description.
I have seen some explanations that a MEMO cannot be included in the Dropdown List Box.
How can I include the description to the form or in a report.
Hope you can help me.
Trident