D
Denny G.
Mike, hopefully you have a source on relational database
design and normalization. You need to set up your tables
properly so you can link them together with primary and
foreign key fields if they are related. You would then
make a query out of them, and from this query, you can do
filtering and searching on as much of the database as the
query contains. You may need a good book, like "The
Access Bible" or the equivalent.
Denny G.
design and normalization. You need to set up your tables
properly so you can link them together with primary and
foreign key fields if they are related. You would then
make a query out of them, and from this query, you can do
filtering and searching on as much of the database as the
query contains. You may need a good book, like "The
Access Bible" or the equivalent.
Denny G.