I should have explained that a little better in my first post. I am the
database admin for a group that deals with various contractors in Ontario,
and I need to build a database that will allow for trend analysis,
forecasting, optimisation, etc. Because of the nature of my data (the
Order
Numbers for each contractor are not unique, an error on the part of the
programmer that wrote our dbase application), I need to (a) Keep each year
seperate and (b) keep each contractor seperate; this means that I have 3
years X 27 contractors X 7 tables worth of information, and I really don't
want to go through each and every single table verifying the information.
I
could probably go through the Documentor, but given the size of my
database,
I shudder to think how big the Document would be. The 7 tables are linked
by
the Order Number, but not all tables have the same number of Orders - a
result of not all fields being filled in on every order, because if they
were
I would use Autonumber for each record, sorting by Order number.
As you can tell, having a quick and dirty way to go through each table to
ensure "integrity" (in quotes because I realise this database is not very
well integrated) is going to make my life a lot easier. And no, I can't
have
seperate databases for each contractor because I have people that need to
access all the data to look for trends in specific areas that are looked
after by multiple contractors. How's that for complicated?