Hello:
Every time I create an Access query and before the FROM clause, it adds ,*
Is this a problem that any of you have detected?
Is there a solution?
It does this both in grouped data queries, as well as in other queries.
Example:
SELECT TblHechos.DiaSem, Count(TblHechos.DiaSem) AS Veces, *
FROM TblHechos
GROUP BY TblHechos.DiaSem;
Obviously in grouped data queries, when I want to view "Data Sheet", I receive the Error Message >> Cannot group by fields selected with ,*
Gracias anticipadas >> JTrilloJ
Every time I create an Access query and before the FROM clause, it adds ,*
Is this a problem that any of you have detected?
Is there a solution?
It does this both in grouped data queries, as well as in other queries.
Example:
SELECT TblHechos.DiaSem, Count(TblHechos.DiaSem) AS Veces, *
FROM TblHechos
GROUP BY TblHechos.DiaSem;
Obviously in grouped data queries, when I want to view "Data Sheet", I receive the Error Message >> Cannot group by fields selected with ,*
Gracias anticipadas >> JTrilloJ