S
stefanbienk
Hi,
I'm just getting started with Access for a project,
and having some problems conercerning queries:
I prefer hand-coding SQL-statements instead
of using the assistants, so I typed the following
(on the famous Nordwind.mdb):
SELECT Artikel.[Kategorie], Count(Artikel.[Artikel-Nr]) AS n
FROM Artikel
GROUP BY Artikel.[Kategorie];
The problem:
when executing the query, I'm prompted to input
a parameter named "Artikel.Kategorie"....
what's up here? the field Artikel.Kategorie exists
in the table Artikel!
Could somebody help me please??
Thanks for help,
Stefan
I'm just getting started with Access for a project,
and having some problems conercerning queries:
I prefer hand-coding SQL-statements instead
of using the assistants, so I typed the following
(on the famous Nordwind.mdb):
SELECT Artikel.[Kategorie], Count(Artikel.[Artikel-Nr]) AS n
FROM Artikel
GROUP BY Artikel.[Kategorie];
The problem:
when executing the query, I'm prompted to input
a parameter named "Artikel.Kategorie"....
what's up here? the field Artikel.Kategorie exists
in the table Artikel!
Could somebody help me please??
Thanks for help,
Stefan