Forms - creating new forms with empty fields

M

Mike

Hi All,

I'm trying to create a form that has empty fields. When
the user enter the datas and on a click of a command
button, the data will be entered to the tables. How do I
create a form with empty fields and with a click of a
command button,the data is stored into the tables.

Thanks for the help.

Mike
 
J

John Viescas

Mike-

Create a form that's bound to the table or query to which you want to add
new records, and set the form's Data Entry property to Yes. Add a command
button if you like to save changes and close the form.

--
John Viescas, author
"Microsoft Office Access 2003 Inside Out"
"Running Microsoft Access 2000"
"SQL Queries for Mere Mortals"
http://www.viescas.com/
(Microsoft Access MVP since 1993)
http://www.deanforamerica.com/site/TR?pg=personal&fr_id=1090&px=1434411
 

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