That is what I tried tp say.
But, that makes it more clear.

Signature
Dave Hargis, Microsoft Access MVP
I tried this but it still does not work. I get no errors but it just wont
change. I tried seeing if maybe it only takes place with any newly created
records but didnt work. Any other ideas?
> That is what I tried tp say.
> But, that makes it more clear.
[quoted text clipped - 5 lines]
> >
> > Ron
Ron2006 - 18 Apr 2008 13:01 GMT
Is the combobox bound to a field?
Is what is stored in the field actually "No Exercise Today" or is
it storing instead an ID number of the record that is the basis for
the combobox?
If that is the case then you will have to test for the value of the ID
that corresponds to "No Exercise Today"
Ron
Adam - 21 Apr 2008 16:02 GMT
This worked! It was based on a look up table and stored by ID and displaying
the filed value. THANKS!!
> Is the combobox bound to a field?
>
[quoted text clipped - 6 lines]
>
> Ron
Ron2006 - 18 Apr 2008 13:11 GMT
I tried a post earlier but it did not seem to show up so I will try
again.
Is the combobox bound to a field?
Is the value that is stored in that bound field "No Exercise Today" or
is it storing the id or key of that entry?
If it is actually storing the ID then you will have to test for the
value of the ID that corresponds with "No Exercise Today"
Ron
Klatuu - 18 Apr 2008 14:31 GMT
Ron has a good point. If your combo is a multi column combo and the text
being displayed is not the bound column, it will not work that way. You will
need to use the value of the bound column that relates to the text being
displayed.
I know the concept works, because I tested it before I answered your question.

Signature
Dave Hargis, Microsoft Access MVP
> I tried this but it still does not work. I get no errors but it just wont
> change. I tried seeing if maybe it only takes place with any newly created
[quoted text clipped - 9 lines]
> > >
> > > Ron
I have tried 3 times to post a reply it does not seem to want to keep
my reply