Can't see Records Toolbar in Forms View?

  • Thread starter Thread starter Lostguy
  • Start date Start date
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
 
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.
 
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
 
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.
 
Back
Top