C
Cire via AccessMonster.com
Hi all i've got a couple of questions that i need answers, to help me develop
a database query solution with access as frontend.
i will be implementing pass through queries as speed is a big concern for me.
the problem i have is that i need to run query within a query, i've searched
the forum but haven't found a solution. Let me describe it with an example:
i have tables chg, chgstat and chgcat
i use the normal select command to select certain columns.
say the table created by this query is named "details"
now i got ano few tables, ctct, callreq
i got to select columns from these and at the same time select columns from
"details"
how do i do this in sql? as pass through queries uses the sql code directly
unlike the GUI of linked tables
e.g.
SELECT id hp add country request status type
FROM ctct callreq details
ORDER Ascending
the columns 'status' and 'type' is from the table formed by the query
"details"
i heard that using atomic instructions allows SQL to form the table "details"
1st and then store it to be used by commands later. but i haven't been able
to find much information abt atomic instructions, hopefully i can find
answers here.
a database query solution with access as frontend.
i will be implementing pass through queries as speed is a big concern for me.
the problem i have is that i need to run query within a query, i've searched
the forum but haven't found a solution. Let me describe it with an example:
i have tables chg, chgstat and chgcat
i use the normal select command to select certain columns.
say the table created by this query is named "details"
now i got ano few tables, ctct, callreq
i got to select columns from these and at the same time select columns from
"details"
how do i do this in sql? as pass through queries uses the sql code directly
unlike the GUI of linked tables
e.g.
SELECT id hp add country request status type
FROM ctct callreq details
ORDER Ascending
the columns 'status' and 'type' is from the table formed by the query
"details"
i heard that using atomic instructions allows SQL to form the table "details"
1st and then store it to be used by commands later. but i haven't been able
to find much information abt atomic instructions, hopefully i can find
answers here.