|
Posted by legenda on 08/18/06 07:57
I have 3 tables,
first table is
CRT with crtID and crtNAME parameters, second table is
CRTP with crtpID and crtpNAME parameters and third is
FORM with crtpID and crtID parameters.
Third table joins parameters from other two whit their keys - crtpID
and crtID.
My question is how to make query to list crtNAME and crtpNAME in my
results??
For example FORM contains,
crtpID, crtID
001, 005
002, 005
003, 007
etc.
I want to list names associated to those ID-s joined in third table...
I hope that you understand me - thanks very much for any help.
Navigation:
[Reply to this message]
|