data appearing in text boxes in a report

T

Tyler

I am having an issue with data appearing on the report i have created.

I have a list of features that the user can select in the form. This
list appears in the report but I have used a combo box for this (which
for this part is not a problem).

In the list appears Features 1-10

Below this list I would like to have a the Feature Name Appear and
Below that a description for that feature.

example:

River

Description

There are two tables I am working with here, TBL_MAIN which contains
the fields for features 1-10 and TBL_Natural_Features, this table
contains an unique ID, a list of all the features and their
appropriate description. I need to get this description based on what
i have selected for in the feature field. I was able to do this wiht
a combo box have come to reailze that it was not the correct method
and that i need the boxes to shrink which only can be done to my
knowledge with a text box.
 

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

Top