That's a pretty broad question. sounds like you want someone to design the
application for you. Start by taking a look at the Northwind database. It
has functionality similar to what you need.
Just like setting up any other database - identify the Entities
(real-life things, persons or events) of importance; each type of
Entity will become a table. Identify each Entity's attributes -
discrete, atomic, nonrepeating "chunks" of information that you need
to know about the Entity; each such Attribute will be a Field.
Identify the relationships between your entities.
Create your tables, then build forms to edit them.
Once you have your tables set up as Pat Hartman said, create forms for
entering the information/data into the system.
Also before you start building the queries,
Work out "what do I want to find out?
for example, you may want to find out who has passed a particular test.
This will help in building the queries.
But also remember you will probably want a query where you can call up all
of a particular student's records (assuming you are running a flight school),
or all entries relating to a specific flight.
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.