Form linked to table for adding new records

C

clm

I have a form that has unbound text boxes in the header to
retrieve information from the form that called this add
records form.

The detail section is connected to tblPayments which is a
SQL Server 2000 table linked in Access 2000.

I have an PymntID field that is an AutoNumber field and for
some reason when I open this form it has 2 records. The
first as the PymntID field as blank and the second record
has the (AutoNumber) in it.

I do have form load code that takes the info from the
calling form and puts it into the unbound text boxes but
that is all it's doing.

Any idea on why it's coming up with 2 records instead of 1?

CLM
 
Top