P
PvtMadness
I am using SQL to query an Access DB and dump the recordset into
Excel. I use this query against different tables within the DB and
vary the FROM parameter and SELECT parameters according to the table
name and corresponding fields in the table. I have used this for
several different queries without a problem. Now, I am going against
a new table but having a problem with a field called "SIZE". I can't
figure out why this is a problem but if it's set as a parameter in the
SELECT statement I get a runtime error. It's not a spelling issue,
hard to spell this word wrong but I checked anyway, so that isn't the
problem. The only thing I can think of is that SIZE is a restricted
word that's used for something else. Anybody have any suggestions as
to what to check?
Thanks
Excel. I use this query against different tables within the DB and
vary the FROM parameter and SELECT parameters according to the table
name and corresponding fields in the table. I have used this for
several different queries without a problem. Now, I am going against
a new table but having a problem with a field called "SIZE". I can't
figure out why this is a problem but if it's set as a parameter in the
SELECT statement I get a runtime error. It's not a spelling issue,
hard to spell this word wrong but I checked anyway, so that isn't the
problem. The only thing I can think of is that SIZE is a restricted
word that's used for something else. Anybody have any suggestions as
to what to check?
Thanks