Displaying MulitipleRecords on a Form

G

Guest

How do I set up a Form to display muliple records and how do I set up the
Database record to handle up to 15 entries?
 
F

fredg

How do I set up a Form to display muliple records and how do I set up the
Database record to handle up to 15 entries?

You can display multiple records in a form by setting the Form's View
property to either Continuous or Datasheet.

What do you mean by 'handle up to 15 entries' ?
If you have a table with 30 fields, and those fields are included in
the form's recordsource, you can enter data in all of those fields.
What is the problem?
 

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