OK, Combo Boxes are more or less working the way I want them to, but.....
When the record changes new one, the values stay in the combo box and a
couple of display fields I am using. I need these to be cleared so that the
combo boxes and the display fields (text boxes) have nothing in them when
them come to the new record.
I can't seem to find an event to trigger this.
Paul
Richmond, VA
Ken Snell [MVP] - 14 Oct 2005 21:18 GMT
Use the form's Current event. You can use it to run code that sets the value
of a control to Null.

Signature
Ken Snell
<MS ACCESS MVP>
> OK, Combo Boxes are more or less working the way I want them to, but.....
>
[quoted text clipped - 8 lines]
> Paul
> Richmond, VA
Paul Hammond - 14 Oct 2005 21:28 GMT
That was easy, thanks,

Signature
Can't we all just get along?
> Use the form's Current event. You can use it to run code that sets the value
> of a control to Null.
[quoted text clipped - 11 lines]
> > Paul
> > Richmond, VA