Display description

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top