Auto Fill data stays in field when going to new record?

P

p-rat

I have a form. Combo box that auto fills another text box. When
completing the data entry on form and then clicking on 'Save and New
Record' all data disappears as though it's a new record except for the
auto fill field which looks as though the data from the previous
record is still in this field. Does anyone know why this is and how I
can resolve this? Thanks for any help.
 
R

ruralguy via AccessMonster.com

Is the "AutoFill" field a bound control? What are you using in the ComboBox
to complete the textbox?
 
Top