A
Aaron
Hey,
I have a (hopefully) simple question that has been giving me some
problems. I'm trying to use a simple Select statement to access some
data in an access database.
In access, the sql statement is as follows:
SELECT TPL_Checklist_Master.[1] From TPL_Checklist_Master
However, when I try to do this on an ASP Page, it always causes an
error. I'm assuming this is because of the [] around the field name 1.
(I would change the field names, but I don't have control over that).
I know when trying to use a * in the statement Where field LIKE 'A*' I
needed to replace the * with a %. I was wondering if something similar
had to be done in this case.
I hope my description is clear enought to follow. Thanks in advance
for any help.
I have a (hopefully) simple question that has been giving me some
problems. I'm trying to use a simple Select statement to access some
data in an access database.
In access, the sql statement is as follows:
SELECT TPL_Checklist_Master.[1] From TPL_Checklist_Master
However, when I try to do this on an ASP Page, it always causes an
error. I'm assuming this is because of the [] around the field name 1.
(I would change the field names, but I don't have control over that).
I know when trying to use a * in the statement Where field LIKE 'A*' I
needed to replace the * with a %. I was wondering if something similar
had to be done in this case.
I hope my description is clear enought to follow. Thanks in advance
for any help.