N
nouveauricheinvestments
Hi,
I just created a relationship between a parent table, called 'Trade
Specialists', and a child table, called 'Tickets'. This is a one to
many relationship. In my parent table, Trade Specialists, I have to
fields:
Resolved By
ID
In my Tickets table, I have a column that lists the Trade Specialist
who resolved the ticket and then I have another column which I have
added and related to the parent table[Trade Specialists] (I think my
error may lie somewhere here, but I cannot relate two fields of a
different data type, so the only thing I could think to do was add a
new field).
I then used for the lookup row source SQL statement the following:
SELECT [Trade Specialists].[ID] AS xyz_ID_zyx, [Trade Specialists].
[ID] AS xyz_DispExpr_xyz, [Trade Specialists].[Resolved By]
FROM [Trade Specialists]
ORDER BY [Trade Specialists].[Resolved By];
What am I doing wrong?
I just created a relationship between a parent table, called 'Trade
Specialists', and a child table, called 'Tickets'. This is a one to
many relationship. In my parent table, Trade Specialists, I have to
fields:
Resolved By
ID
In my Tickets table, I have a column that lists the Trade Specialist
who resolved the ticket and then I have another column which I have
added and related to the parent table[Trade Specialists] (I think my
error may lie somewhere here, but I cannot relate two fields of a
different data type, so the only thing I could think to do was add a
new field).
I then used for the lookup row source SQL statement the following:
SELECT [Trade Specialists].[ID] AS xyz_ID_zyx, [Trade Specialists].
[ID] AS xyz_DispExpr_xyz, [Trade Specialists].[Resolved By]
FROM [Trade Specialists]
ORDER BY [Trade Specialists].[Resolved By];
What am I doing wrong?