H
Hugh self taught
Hi All,
I need to get my head around a query based on the following to output to my
report:-
My table has Idx, Fname, Sname, Type, Resp (among others)
For most records where Type = 3, there will be a reference in Resp which is
a reference to Idx (PK)
I need to select all records where Type = 3 & then get Fname & " " & Sname
of Resp.
In other words in datasheet view it would look something like
1 Silly Nut 3 Joe Bloggs
2 Some Twit 3 Mary Lamb
I'd really appreciate it if someone could help me with the query to achieve
that.
I need to get my head around a query based on the following to output to my
report:-
My table has Idx, Fname, Sname, Type, Resp (among others)
For most records where Type = 3, there will be a reference in Resp which is
a reference to Idx (PK)
I need to select all records where Type = 3 & then get Fname & " " & Sname
of Resp.
In other words in datasheet view it would look something like
1 Silly Nut 3 Joe Bloggs
2 Some Twit 3 Mary Lamb
I'd really appreciate it if someone could help me with the query to achieve
that.