J
JenniferDances
I am trying to create a database to record Zoo transactions. What I want to
be able to do is be able to view information in other tables from a main
table.
Example:
Main table would have
Animal ID #
Common Name
Species Name
Institution
Transaction Type
ISIS #
Date of Transaction
And I'd like to be able to link to a sub-table "Insitution" that would have
the institution name, address, contact person's name and information, and to
link to a "Transaction" sub-table that would have type of transaction (loan
in/out, purchase/sale, donation in/out, etc), date initiated, date completed,
approved by, etc, and to a "Identifier" sub-table that would have animal
name, #, species, common name, ISIS number, etc. WITHOUT having to go from
one table to another.
Is this even possible? If so, how do I do it? If not, what's an
alternative way to organize the information so I don't have to click through
table after table or form after form to get to the information I need for a
particular animal?
be able to do is be able to view information in other tables from a main
table.
Example:
Main table would have
Animal ID #
Common Name
Species Name
Institution
Transaction Type
ISIS #
Date of Transaction
And I'd like to be able to link to a sub-table "Insitution" that would have
the institution name, address, contact person's name and information, and to
link to a "Transaction" sub-table that would have type of transaction (loan
in/out, purchase/sale, donation in/out, etc), date initiated, date completed,
approved by, etc, and to a "Identifier" sub-table that would have animal
name, #, species, common name, ISIS number, etc. WITHOUT having to go from
one table to another.
Is this even possible? If so, how do I do it? If not, what's an
alternative way to organize the information so I don't have to click through
table after table or form after form to get to the information I need for a
particular animal?