help please!

yifan

Registered User.
Local time
Today, 23:44
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, 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
 
Do the tables, A1 and A2, have a common linking field? Is it unique?

As an aside it doesn't sound like a good idea anyway.
 
thansk for your reply

A1 and A2 are independant totally, not link between them
 
It would need some type of linking data to make any sense though wouldn't it!
 

Users who are viewing this thread

Back
Top Bottom