Command Button

O

Ofer

For your first question, if you want your botton to add
new record then put on its on click
property "DoCmd.GoToRecord , , acNewRec"
but the wizard can do that for you.

Now about your fields
I understand that the fields are Unbounded, you have to
knew that any record you type in wont be saved.
Just put it in visible = false until you bound them to a
field in the table, and than change it to visible=true
 
Top