Opening a From in Add Mode

I

Isis

I have used a macro to have a Command Button open a Form in Add Mode - I
notice that the 'Record Selector' thing at the bottom of the page is still
present - Is this normal ? Is there a way to get rid of it - I want the
user to add a record then return to the screen I am using as a Main Menu.

Thanks for any help

Is there a VB way of opening Forms in Add or Edit Mode ?

Thanks
 
K

Klatuu

To hide the navigation buttons for a form, use the properties dialog and set
Navigation Buttons to No.
To open a form to Add a new record using VBA:
docmd.OpenForm "FormName", , , ,acFormAdd
 

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

Similar Threads

Navigation on a form 1
Records in Subforms 1
opening forms base on data 5
Open another form in Add mode 2
Cursor disappears in presenter mode 0
Access Switchboard error message 1
ADD Mode 4
add a record subform 1

Top