What kind of query are you using on the combo box? That can play a part in
it. You will also need to make sure to requery your combo box (or the test
box) so that the proper value is placed in there.
Look at your field properties and let us know what you see as far as the Row
Source. That will help us help you in greater detail.
Jason Lopez
> Hey - I have not learned the vba method of using access - do it all the
> easy
[quoted text clipped - 22 lines]
> see what I mean. Someone please help me. I have to do a similar, more
> complex op-eration for my business. I am programming edi files.
Chelsea - 16 Jul 2007 21:28 GMT
Thanks. Here is the info:
Row Source: SELECT Drivers.Row, Drivers.DriverName, Drivers.DriverValue FROM
Drivers;
Row Source Type:Table/Query
> What kind of query are you using on the combo box? That can play a part in
> it. You will also need to make sure to requery your combo box (or the test
[quoted text clipped - 31 lines]
> > see what I mean. Someone please help me. I have to do a similar, more
> > complex op-eration for my business. I am programming edi files.