Can't see Records Toolbar in Forms View?

L

Lostguy

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
 
A

Arvin Meyer [MVP]

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.
 
L

Lostguy

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
 
D

Dirk Goldgar

Lostguy said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top