Combo Box not displaying first value

D

Debbiedo

I am using Access 2003 SP3

I created a Combo Box with two columns. The first column is bound to
the field ID. It is a Yes/No field with a default "Yes". The second
column is displayed on the form.


NameApprovedCombo

1;" APPROVED";0;"NOT APPROVED"
 
K

KARL DEWEY

What is not display when you say 'Combo Box not displaying first value'?
Are you talking about first record or first selection choice?

It should be ---- -1;"APPROVED";0;"NOT APPROVED"
Minus one (-1) for Yes or True.
 
D

Debbiedo

What is not display when you say 'Combo Box not displaying first value'?
Are you talking about first record or first selection choice?

It should be  ----  -1;"APPROVED";0;"NOT APPROVED"
Minus one (-1) for Yes or True.
--
KARL DEWEY
Build a little - Test a little






- Show quoted text -

Yes! I figured it was something really simple. Thanks.

Deb
 

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