Problem in updating query after spliting table, help please (1 Viewer)

yifan

Registered User.
Local time
Today, 21:09
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 independant 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
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 21:09
Joined
Jul 9, 2003
Messages
16,364
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--------
 

yifan

Registered User.
Local time
Today, 21:09
Joined
Sep 15, 2006
Messages
13
Uncle Gizmo said:
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--------

I am sorry, but the problem is your solution is obviously wrong...

why would I want to link 2 unrelated table together? just to solve the bug is not a sufficient reason...
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 21:09
Joined
Jul 9, 2003
Messages
16,364
>>> solution is obviously wrong... <<<<

LOL...........
LOL...........
LOL...........
LOL...........
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 21:09
Joined
Jul 9, 2003
Messages
16,364
please excuse my merth, not very professional of me! However it has been one of those days!

Just to try and keep this fragmented threads together, what I actually said was:

"It would need some type of linking data to make any sense though wouldn't it!"

the point I was trying to make is if you are combining several tables with one query and then you wish to present that information in one form, it does not make sense. None of the data that you try and display in the form will match. There's something wrong with your design I belive!

cheers Tony
 

Users who are viewing this thread

Top Bottom