F
fishqqq
I have a continuous form that is set to allow additions because i need
the user to be able to add new records.
The problem is I need the user to add the new record by using a
command button. By having the form set to allow additions Access
automatically adds another record (unsaved) to the bottom of the list
which might lead the user to jump to that record and begin entering
data, instead of creating a new record with the command button (which
updates some fields behind the scenes).
If i set the Allow Additions to NO then my macro isn't able to create
another record and update the fields as it should.
Is there a way to remove this empty record at the bottom of the list
and still allow the macro to create a new record as it is instructed
to do?
thanks
Steve
the user to be able to add new records.
The problem is I need the user to add the new record by using a
command button. By having the form set to allow additions Access
automatically adds another record (unsaved) to the bottom of the list
which might lead the user to jump to that record and begin entering
data, instead of creating a new record with the command button (which
updates some fields behind the scenes).
If i set the Allow Additions to NO then my macro isn't able to create
another record and update the fields as it should.
Is there a way to remove this empty record at the bottom of the list
and still allow the macro to create a new record as it is instructed
to do?
thanks
Steve