Button in New Record

K

Kevin

In a form that shows continuous record in form view, is there a way to show a
button in the New Record only? I have a button that opens another form that
currently shows up in every record and looks a bit redundant.

Any suggestions are appreciated!
 
M

Mark

You can put the button either in the form's header or the form's footer.
Continuous forms will show the same controls in the detail section for all
records no matter what; that's the way they work.
 
Top