> hi,
>
> The problem I am dealing with is the following one:
> In a continuous form, when the user clicks on the "add new record"
> button, the form adds a new blank record.
Unless you start out with AllowAdditions = No then this is not true. What
happens is that the user is navigated to the new record position that was
there all the time. It was just at the bottom where you couldn't see it.
That is why when they leave it, it is still there. On a form that allows
new entries it is ALWAYS there.
> When the user moves the cursor in another record of the list, without
> filling the previously mentioned "new record", this "new record"
> remains in the list.
As stated, that is expected and normal. It is only a place to enter a new
record. It is not an actual record in the underlying table.
> How can I make the "new record" - which remains blank - disappear
> from the list?
You would have to set AllowAdditions = No in the Current event of the form.
> Another question also:
>
> Can I use the command "bookmark" and how?
Use it to do what? Usually it is used to navigate the form to a particular
record. You search teh RecordsetClone for a desired record, then set the
bookmakr of the form to the bookmark of the RecordsetClone and the form
moves to that record.
One of the choices in the ComboBox wizard will write this code for you so
you can see an example. Just pick the option to "Find a record on my form
based on the selection".

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com