S
Sheldon
I have a form with a navigation button. WHen the user
goes to create a new record, changes his mind and returns
to a previous record, then tries to add a new record. the
following happens
1. when the record is not created (I create the record and
then delete it, the record count for the number of records
in the collections does not get reduced by one. Not good.
How Do I get it to reduce.
2. when I try again to add a record, I am returned to the
deleted record and all by bound controls have in them
#Deleted. Also not good.
I want to reuse the record count number.
Hope I explained this properly
Thanks
goes to create a new record, changes his mind and returns
to a previous record, then tries to add a new record. the
following happens
1. when the record is not created (I create the record and
then delete it, the record count for the number of records
in the collections does not get reduced by one. Not good.
How Do I get it to reduce.
2. when I try again to add a record, I am returned to the
deleted record and all by bound controls have in them
#Deleted. Also not good.
I want to reuse the record count number.
Hope I explained this properly
Thanks