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, *...