Query results are not bringing back the correct values

D

David Kistner

My query results are not consistently bringing back the same data.
Something is glitching out. I have a combo box value list that
originally in the query returned the text column "No" or "Yes" (see
below). Now it returns the other column (which is a number "0" or
"1"). It should bring back the text. Any ideas what is happening?
Thanks in advance.

combo box
value list
"No";0;"Yes";1
Bound Column 2
Column Count 2
Column Heads No
Column Widths 1";1"
List Rows 8
List Width 2"
Limit to List Yes
 
D

Douglas J. Steele

The bound column is 2, which means that it's going to give you the 2nd
column in the list.
 

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