W
Wendy P.
HI,
I am trying to limit the asp results on each page to 10.
Please note that I am using FRONTPAGE 98 and ACCESS 2002,
SQL statements.
Here's my exisiting code...what do I do now? Thanks so much!
SELECT Products.Category, Products.ProductType,
Products.ProductName, Left([Products.Description],225) AS
shortdesc
FROM Products
WHERE Products.Category LIKE '%Specials%'
ORDER BY Products.ProductType DESC , Products.ProductName;
I am trying to limit the asp results on each page to 10.
Please note that I am using FRONTPAGE 98 and ACCESS 2002,
SQL statements.
Here's my exisiting code...what do I do now? Thanks so much!
SELECT Products.Category, Products.ProductType,
Products.ProductName, Left([Products.Description],225) AS
shortdesc
FROM Products
WHERE Products.Category LIKE '%Specials%'
ORDER BY Products.ProductType DESC , Products.ProductName;