subform data entry

M

Mark

I have a subform linked to a textbox on the main form, so
that the operator enters a value, so that only records
matching are shown on the subfrom. This all works ok

When I try to enter new records into the subform, after I
enter the first character into the first field, the entire
record is entered into the table and the subform resorts
the subform datasheet and has the focus on a previous
record.

Why is the subform not allowing all the fields to be
entered?

Thanks for any insight
 
J

Jonathan Parminter

-----Original Message-----
I have a subform linked to a textbox on the main form, so
that the operator enters a value, so that only records
matching are shown on the subfrom. This all works ok

When I try to enter new records into the subform, after I
enter the first character into the first field, the entire
record is entered into the table and the subform resorts
the subform datasheet and has the focus on a previous
record.

Why is the subform not allowing all the fields to be
entered?

Thanks for any insight
.
Hi Mark,

Check for an _OnChange() event

Luck
Merry Christmas
Jonathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top