I
immaxx
i just finished cataloguing a parts database at an airplane repair shop that
is split into different tables based on plane model or utility(ex. "cessna" ,
"engine", "electrical").
the tables are identical in terms of the types of fields they have. i want
to make 2 different queries. one that searches based on the items' Part #,
which is the primary key throughout my database. The other i want to search
through Part Description, so that it will give me back all the gaskets in
each table, for example.
Also, I'd like the Part# query to be able to search with just a partial part
#. So, if someone puts in the letters, "ms2" it comes back with all the
ms200121 parts and all the P440ms233 parts.
i've understood access enough so far enough to catalog all the parts i've
recorded but am having trouble understanding relationships and queries to the
point that i can build or use them.
help?
is split into different tables based on plane model or utility(ex. "cessna" ,
"engine", "electrical").
the tables are identical in terms of the types of fields they have. i want
to make 2 different queries. one that searches based on the items' Part #,
which is the primary key throughout my database. The other i want to search
through Part Description, so that it will give me back all the gaskets in
each table, for example.
Also, I'd like the Part# query to be able to search with just a partial part
#. So, if someone puts in the letters, "ms2" it comes back with all the
ms200121 parts and all the P440ms233 parts.
i've understood access enough so far enough to catalog all the parts i've
recorded but am having trouble understanding relationships and queries to the
point that i can build or use them.
help?