Hello everybody
I want to write an MS Access Make Table query in order to create a table called tblMyNewTable.
This query will use records retrieved from another MS Access query described below.
Is it possible? If so, how can I make it?
Thanks in advance.
----------------------------------------------------------
SELECT tblA.name, First(tblA.address) AS FirstAdd, First(tblA.city) AS FirstCity
FROM tblA LEFT JOIN tblB ON tblA.NumInsc= tblB.NumInsc
GROUP BY tblA.name
HAVING tblA.name Is Not Null
UNION SELECT "Unknown", Null, Null
FROM tblA
ORDER BY tblA.name;
__._,_.___
| Reply via web post | Reply to sender | Reply to group | Start a New Topic | Messages in this topic (1) |
.
__,_._,___
Tidak ada komentar:
Posting Komentar