Table or Form for fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it more common practice to enter actual data through forms or through
tables?

In other words, is it more typical to make the table, set it up to hold the
data and then set up a form for the actual input into the table?

Thank you.

Bryan Bloom
 
Is it more common practice to enter actual data through forms or through
tables?

In other words, is it more typical to make the table, set it up to hold the
data and then set up a form for the actual input into the table?

Thank you.

Bryan Bloom

Table datasheets are not optimal for data entry or editing. They have
very limited capability compared to Forms.

Use tables in the background, as data repositories; use table
datasheets as a developer, for debugging; use Forms for routine
interaction with the data.

John W. Vinson[MVP]
 

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

Back
Top