Popup form can't delete records.

S

Sajid

Hi,

I've had form with record selection set to false and with
this settings I was able to delete the record by going to
Edit->Delete records. When I changed the form as popup
form, I can't delete the records. If the popup form is
open on another regular form, I can select the Edit-
Delete records and it deletes the records of the form
which was below this form. Why can't I get the menu's for
the popup form?

Please help,

TIA

Sajid
 
V

Van T. Dinh

MenuBar in Access is associated with the Access
Application window. When you Form is PopUp, it moves
outside the context of the Access Application window and
therefore the Menu doesn't work for PopUp.

Simple solution is to create a CommandButton on the PopUp
Form to delete the Current Record.

HTH
Van T. Dinh
MVP (Access)
 

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