Lookup Problem

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

Guest

Okay, this might be a stupid question, but here goes. How come in a form, the
values in lookup fields aren't the same as they are in table view?

For example, table B has information from table A in several lookup fields.
When I look at table, the value shows fine, but if I create a form for that
table, it shows the id of the value, not the value itself.
 
What controls are you using on the form for those fields - text boxes or
combo boxes? If text boxes, that is the expected behaviour. If combo boxes,
make sure that the Column Count property of the combo box is set to 2 and
that the width of the first column is set to 0 (zero).

You might want to check out the following URL for some of the drawbacks of
using lookup fields ...

http://www.mvps.org/access/lookupfields.htm
 

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