Re: Query as source for query

2002-07-24 Thread Victoria Reznichenko
Publici-Textes, Tuesday, July 23, 2002, 10:40:40 PM, you wrote: PT> In MSAccess, I am able to use a query as a (partial) source for another query. PT> LSelect Names, Department from qrySelectedEmployees, tblDepartment PT> where qrySelectedEmployees.EmplId = tblDepartment.EmplId PT> Is this pos

RE: Query as source for query

2002-07-23 Thread Cal Evans
Access that you won't be able to do in MySQL. HTH, =C= * * Cal Evans * The Virtual CIO * http://www.calevans.com * -Original Message- From: Publici-Textes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 2:41 PM To: [EMAIL PROTECTED] Subject: Query as source for query Hi

Query as source for query

2002-07-23 Thread Publici-Textes
Hi, In MSAccess, I am able to use a query as a (partial) source for another query. «Select Names, Department from qrySelectedEmployees, tblDepartment where qrySelectedEmployees.EmplId = tblDepartment.EmplId» Is this possible with MySQL? If so, how is it implemented? Thanks for your help. Alai