From: Lostguy on
Hello.

I can't see the Records Toolbar to be able to delete records from a
form. When I look at the tables, I can see the Delete Record button.
But when I go to the form, that whole toolbar is missing.

Is there a setting or property I can check?

VR/Lost
From: Arvin Meyer [MVP] on
You can right-click on the menubar and select Toolbars, then the Forms
toolbar. You can also delete a record simply by selecting it and pressing
the Delete (DEL) key.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.accessmvp.com
http://www.mvps.org/access


"Lostguy" <cpocpo(a)mail.com> wrote in message
news:172952fa-916e-49b1-9197-f7094a0f18e7(a)a38g2000yqc.googlegroups.com...
> Hello.
>
> I can't see the Records Toolbar to be able to delete records from a
> form. When I look at the tables, I can see the Delete Record button.
> But when I go to the form, that whole toolbar is missing.
>
> Is there a setting or property I can check?
>
> VR/Lost


From: Lostguy on
Sir,

I found out what it was:

Create a table: DogID (Autonumber), DogName (text).

Create a form using these fields.

Enter a few records on the form and look on one of the toolbars and
you see the one with the red "X' for deleting records.

Go to the form properties and change PopUp to "Yes".

You can create records on the form, but when you look up at the
toolbar, that Delete Record" icon has either grayed out or disappeared
altogether.

Something to do with the PopUp property....?

VR/Lost
From: Dirk Goldgar on
"Lostguy" <cpocpo(a)mail.com> wrote in message
news:a0376176-7451-4307-aded-f8f46dfde466(a)x12g2000yqx.googlegroups.com...
> Sir,
>
> I found out what it was:
>
> Create a table: DogID (Autonumber), DogName (text).
>
> Create a form using these fields.
>
> Enter a few records on the form and look on one of the toolbars and
> you see the one with the red "X' for deleting records.
>
> Go to the form properties and change PopUp to "Yes".
>
> You can create records on the form, but when you look up at the
> toolbar, that Delete Record" icon has either grayed out or disappeared
> altogether.
>
> Something to do with the PopUp property....?


I never really noticed it before, but I see what you mean. I think it's
because popup forms aren't handled as "children" of the application window,
so the application window's toolbars don't adjust to the presence or status
of the popup form.

--
Dirk Goldgar, MS Access MVP
Access tips: www.datagnostics.com/tips.html

(please reply to the newsgroup)