The tables are identical in structure but they are used for 2 different
types of data
> Why do you have two "absolutely identical tables"? There is no valid
> reason for this in a normalized relational database.
[quoted text clipped - 14 lines]
>> Thank you,
>> Samuel
Joseph Meehan - 25 May 2007 17:49 GMT
> The tables are identical in structure but they are used for 2
> different types of data
I suggest that you may want to combine both tables and add one
additional field to identify the different types. It is hard to say for
sure since I don't know enough about your data, but it sounds like that
would be the preferred way and would solve your problem.
>> Why do you have two "absolutely identical tables"? There is no valid
>> reason for this in a normalized relational database.
[quoted text clipped - 20 lines]
>>> Thank you,
>>> Samuel

Signature
Joseph Meehan
Dia 's Muire duit
RBear3 - 25 May 2007 18:01 GMT
I would agree with Joseph. Normalization rules would suggest that this data
should be in one combined table with a separate field to help filter. A
good example of this is "Employees" all in one table with an "inactive"
checkbox to allow you to pull only active or inactive.

Signature
Hope that helps!
RBear3
.
> The tables are identical in structure but they are used for 2 different
> types of data
[quoted text clipped - 17 lines]
>>> Thank you,
>>> Samuel
Samuel - 25 May 2007 18:22 GMT
Please trust me that there is a good case for having 2 tables due to the
fact that there are a lot of functionality already built on top of the
existing table and practically speaking it is the only way to avoid mistakes
in this important part of the system.
However, I do want to share some of the existing functionality (forms
reports etc.) and I wonder if anyone can help me as I described in my
initial email
Thank you,
Samuel
>I would agree with Joseph. Normalization rules would suggest that this
>data should be in one combined table with a separate field to help filter.
[quoted text clipped - 22 lines]
>>>> Thank you,
>>>> Samuel
Joseph Meehan - 25 May 2007 20:38 GMT
> Please trust me that there is a good case for having 2 tables due to
> the fact that there are a lot of functionality already built on top
[quoted text clipped - 7 lines]
> Thank you,
> Samuel
If that is the case, (I can't think of an situation where it would be
however) then I suggest you just make copies of what you have to have two
sets of the forms reports and queries each applied to one table. It is not
likely to bloat the size of the database that much.

Signature
Joseph Meehan
Dia 's Muire duit