Lookup Field

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

Guest

I am useing a lookup field in a form. It gives the user a list of producat
that they can select from however when you go into the table is is not
saveing the name it is saveing the related # now in a report I need to be
able to search by the name not the # as they user has no idea what the
corresponding # is. How do I fix this.
 
I am useing a lookup field in a form. It gives the user a list of producat
that they can select from however when you go into the table is is not
saveing the name it is saveing the related # now in a report I need to be
able to search by the name not the # as they user has no idea what the
corresponding # is. How do I fix this.

Base the Report on a Query joining your table to the Products table by
the product number.

It's not necessary to base a Report directly on a Table; in fact, it's
perfectly routine to base it on a query, often a query involving
multiple tables.

John W. Vinson[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

Similar Threads


Back
Top