problem in spliting table, please help

yifan

Registered User.
Local time
Today, 11:05
Joined
Sep 15, 2006
Messages
13
Hi!

The structure is like:

C query is based on 2 tables, A and B.

Then D form is created based on query C.

What I did:

Now I split table A to 2 tables, A1 and A2 which are indepandant from each other, and I updated query C to retrive data from A1 and A2.

Problem:

Then the form D which is based on C doesn't work properly.

Question:

Do I need to recreate a Query C because I split table A?
or do I need to recreate a From D because Query C is updated?

Thanks very much
 
Hi,
I believe I have already answered this question in another thread, when I read questions posted in multiple threads like this, it waste my time! That means I am not inclined to read any more of your posts--------
 
if you split table A into table A1 and table A2, they cannot be independent of each other. They must have a link somewhere, so rejoining them for your queries should not be a problem. Do you have a normalisation issue?
 

Users who are viewing this thread

Back
Top Bottom