Query by form problem

D

Dips

Hi Everyone,
I am an student of O'level. I was going through a very simple database on
our school library as a part of my computing project. Only four tables are
there:
1.students, 2.books, 3.loans, 4.book type.Most of the tables dont have more
than 5 fields.
Now, I wonder How can I make a query form so that giving entry on the form
will give me some query result. Could anyone plz help me on
[email protected]

Thanks to everyone
 
M

-MK-

Hey,
Well, if you wanted to query all the information(on all 5 tables) you would
need to setup some sort of relationship between all the tables(a field that
links each table to each other) - once you have accomplished this, then you
can build your query as needed.

Hope this helps.
-MK-
 
Top