H
HMJessen
Until recently (2-3 months ago) I never noticed this problem, but now when I
make a query it pulls ALL the fields from all tables in the query.
An example: I ask for a listing sorted by Last Name, First Name. Two
fields only.
The query generates a SQL that says:
SELECT Personnel.LastName, Personnel.FirstName, *
FROM Personnel
ORDER BY Personnel.LastName, Personnel.FirstName;
That comma and asterisk are the killers.
Does anyone know why Access would add this if I am not asking for it?
Anyway to prevent it from happening?
Thank You!
make a query it pulls ALL the fields from all tables in the query.
An example: I ask for a listing sorted by Last Name, First Name. Two
fields only.
The query generates a SQL that says:
SELECT Personnel.LastName, Personnel.FirstName, *
FROM Personnel
ORDER BY Personnel.LastName, Personnel.FirstName;
That comma and asterisk are the killers.
Does anyone know why Access would add this if I am not asking for it?
Anyway to prevent it from happening?
Thank You!