Data entry forms starts filling next row?

  • Thread starter Thread starter Gary J. Dikkema
  • Start date Start date
G

Gary J. Dikkema

This is driving me bonkers...

I have a data entry form that is populated from the keyboard or thru a bar
code wand...

And it starts to fill the following row with partial information from the
line above... almost like autonumber... and it happens more than once per
entry session.

Anyone know how to turn this off as it's corrupting my data.

TIA.

Gary D
 
Gary J. Dikkema said:
This is driving me bonkers...

I have a data entry form that is populated from the keyboard or thru a bar
code wand...

And it starts to fill the following row with partial information from the
line above... almost like autonumber... and it happens more than once per
entry session.

Anyone know how to turn this off as it's corrupting my data.

TIA.

Gary D

I take it that someone else created this form, because it sounds like there
is some code in the form's AfterUpdate event which is setting the
DefaultValue property for some of the controls. If you don't want this,
locate and eradicate that code!
 

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

Back
Top