Data Problem

G

Guest

Hi

I run Win2k with Access 2K.

I have a table that lists a number of different descriptions (ie Zinc,
Steel, Aluminium etc etc).

I have a form that has a combo box that looks at this table displays the
list for selection on the form.

When I go to the table that holds the data, instead of Zinc or Steel etc
being displayed, it displays a number 1, if I add another record it displays
the number 2.

The field is formatted as text and the entry is left aligned in the column
which I assume verifies this.

Has anyone any idea why it is showing a number instead of the text that is
in the form field?

Thanks
 
G

Guest

Thanks for your promt response Douglas.

Could you please suggest the best alternative to what I am trying to achieve?

Thanks

John
 
D

Douglas J Steele

Presumably you've got a main table and a second table that holds the
descriptions. Create a query that joins the two tables, and make sure that
the query shows the description from the second table in addition to
whatever else it includes.

Use that query as the basis for your form, not the table.
 

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