Display description

I

Igor G.

I have table PLANTS with many fields and descriptions.
How to display this descriptions from table in form (listbox) when i go to
field data in subform.

Example: I open form Plants with data in subform. When i list this data i
want to see descriptions of each field in listbox on the top of form.

Thanks!
 
M

Michel Walsh

Hi,


Make the subform the main form, and the main form, the subform?

Push the information with DLookup (in the after update event of the relevant
control in the subform) into some *unbound* controls in the main form ?



Hoping it may help,
Vanderghast, Access MVP
 
Top