How do I make an Add Button

T

TJ

I do not want the bottom of the form to allow for flipping between records.

How can I make a button to add a new record?
 
I

ianalexh

go to design view. use the toolbox with wizard button selected, and select
the command button. the wizard gives you options to add records or close the
form, among many others. the wizard will write your visual basic code for
you. does that help?

-ih
 
R

Rick B

They can still "flip between records" using page up or page down. Set the
"data entry" property if you don't want them to see previsouly-entered
records.
 
Top