W
Wendy P.
Someone out there has got to know how to do this! I have
been banging my head into a wall for a week now - please
help! :-/
I am a real Microsoft JUNKIE because I'm using FrontPage 98
(SQL Statements) to query an Access database.
**How can I get the results.asp page to only show 10
records at a time? Of course, I will need the Previous and
Next links too.**
Here's my coding...
SELECT Products.ImageSmall, Products.Category,
Products.ProductType, Products.ProductName, Products.Stock,
Products.AgeGroup, Products.SystemRequirements,
Products.RetailPrice, Products.Manufacturer, Products.Link,
Left([Products.Description],225) AS shortdesc
FROM Products
WHERE Products.Category LIKE '%H%'
ORDER BY Products.ProductType DESC , Products.ProductName;
Here's the website page that I'm working on...
http://www.ChildrensSoftwareOnline.com/new/homeschool.asp
THANK YOU!!!!
been banging my head into a wall for a week now - please
help! :-/
I am a real Microsoft JUNKIE because I'm using FrontPage 98
(SQL Statements) to query an Access database.
**How can I get the results.asp page to only show 10
records at a time? Of course, I will need the Previous and
Next links too.**
Here's my coding...
SELECT Products.ImageSmall, Products.Category,
Products.ProductType, Products.ProductName, Products.Stock,
Products.AgeGroup, Products.SystemRequirements,
Products.RetailPrice, Products.Manufacturer, Products.Link,
Left([Products.Description],225) AS shortdesc
FROM Products
WHERE Products.Category LIKE '%H%'
ORDER BY Products.ProductType DESC , Products.ProductName;
Here's the website page that I'm working on...
http://www.ChildrensSoftwareOnline.com/new/homeschool.asp
THANK YOU!!!!