Why two rows in the form and only one in the recordset?

L

LAS

I have a form with "continuous" = true. The form is bound, but when you
first open it, no records will be retrieved because of the value of the
parameters. When I first open it, recordcount = 0 and I see all of the
controls. The bound controls are empty except for one which has a default
value.

I enter the data for the parameters and execute me.requery and get the
expected row returned. RecordCount = 1. The controls are populated with
the row's values.

BUT!!! There are two rows visible now in the form! One is empty and one
has the data from the recent me.requery.

How can I get rid of the extraneous empty row in my form?

TIA
LAS
 

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