Hi,
I have one table for info on clients (primary key=ClientID). It is connected to a query for clients’ cases, and a table for clients’ brief services. (Each includes a ClientID field.)
I wrote a query to display all the fields; I told the design grid to show ClientInfo.*, Cases.*, and BriefServices.*
The query looks good except for one problem.
The ClientID field is repeated three times, for ClientInfo, for Cases, and for Brief Services.
First of all, should this even be happening? Does this mean that my relationships are messed up? I made sure that “Relationships” has connected the ClientID in ClientInfo to the other two tables’ ClientID fields.
Second, if the field repetition does not signal a larger problem…what can I do to make sure that the ClientID field shows up only once on my query? Would this be a union query? How would I write that? Or can I just get rid of the repetition using the query grid?
Thanks!!!
sarajini
I have one table for info on clients (primary key=ClientID). It is connected to a query for clients’ cases, and a table for clients’ brief services. (Each includes a ClientID field.)
I wrote a query to display all the fields; I told the design grid to show ClientInfo.*, Cases.*, and BriefServices.*
The query looks good except for one problem.
The ClientID field is repeated three times, for ClientInfo, for Cases, and for Brief Services.
First of all, should this even be happening? Does this mean that my relationships are messed up? I made sure that “Relationships” has connected the ClientID in ClientInfo to the other two tables’ ClientID fields.
Second, if the field repetition does not signal a larger problem…what can I do to make sure that the ClientID field shows up only once on my query? Would this be a union query? How would I write that? Or can I just get rid of the repetition using the query grid?
Thanks!!!
sarajini