Requery of combo box

R

Richard G

I have a form (input) with 5 combo boxes (registration, location, notes, time
& date) and 4 Yes / no check boxes. It writes to a table (Data file)

The combo boxes do update with the after event function but as soon as I
type into any of the combo boxes a new blank row is added to the form which
is set as dataenty "yes"

The problem is that the updated combo box content list is always 1 row
behind where the data is being entered. Is there a way of changing when the
new row is added to the form please?

thanks
richard
 
Top