I'm very new to access. I need to design a form that has different sections
in it. I know I have to start with building a table but do I put each
section in a different table? Then do iI build the form off of all the
tables? Thank you in advance.
I can assure you of one thing: designing your table structures to fit your
form will pretty much guarantee a flawed design.
Designing a relational database is a bit like building a house. The Tables and
their relationships are the foundation; Forms are the doorframes and windows.
You build the foundation FIRST. Data is stored in tables, and only in tables;
a Form is simply a tool to display and edit that data.
If you're using the word "form" in the common sense of a printed document of
fixed format, then I think you really want a Report. Access Forms are for
onscreen interaction with the data; Reports are for printing.
Design your tables based on the logical relationships between the Entities
(real-life people, things, or events) of importance to your application; then
design the forms and reports to fit the logical structure of the data - not
vice versa.
For some tutorials see
Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html
The Access Web resources page:
http://www.mvps.org/access/resources/index.html
A free tutorial written by Crystal (MS Access MVP):
http://allenbrowne.com/casu-22.html
MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials