G
Guest
Hi all,
Is there a simpler/faster way of performing the following query with
AccessDataSource against an .MDB file?
SELECT StoryID, StoryTitle
FROM Stories
WHERE ((SoryTitle LIKE '0%') OR (SoryTitle LIKE '1%') OR (SoryTitle LIKE
'2%') OR(SoryTitle LIKE '3%') OR (SoryTitle LIKE '4%') OR (SoryTitle LIKE
'5%') OR (SoryTitle LIKE '6%') OR (SoryTitle LIKE '7%') OR (SoryTitle LIKE
'8%') OR (SoryTitle LIKE '9%'))
Thanks,
Dan
Is there a simpler/faster way of performing the following query with
AccessDataSource against an .MDB file?
SELECT StoryID, StoryTitle
FROM Stories
WHERE ((SoryTitle LIKE '0%') OR (SoryTitle LIKE '1%') OR (SoryTitle LIKE
'2%') OR(SoryTitle LIKE '3%') OR (SoryTitle LIKE '4%') OR (SoryTitle LIKE
'5%') OR (SoryTitle LIKE '6%') OR (SoryTitle LIKE '7%') OR (SoryTitle LIKE
'8%') OR (SoryTitle LIKE '9%'))
Thanks,
Dan