TechnoWeenie
MIS
Working on updating a classified ads web site.
I would like to list the ad in a table, sorted by category. Sounds easy but wait there's more..
list them by columns, 10 items in a column after the 10 item it builds a second column and continues listing the ads until it reaches the end and then starts on the next category, displaying title and then ads. It would look something like this
title
1 11
2 12
3 Title
4 1
5 2
6 3
7 4
8 5
9 6
10 7
get the picture? Similar to a newspaper.
I want to do this for 5 columns and then if there is still more display a next page button.
the ads, categories, etc. are stored in an access db for now. I will convert it to a SQL when it's ready for production. The database will always be changing so one day it may have 50 ads, the next 100, after that 70, etc.
I would like to list the ad in a table, sorted by category. Sounds easy but wait there's more..
list them by columns, 10 items in a column after the 10 item it builds a second column and continues listing the ads until it reaches the end and then starts on the next category, displaying title and then ads. It would look something like this
title
1 11
2 12
3 Title
4 1
5 2
6 3
7 4
8 5
9 6
10 7
get the picture? Similar to a newspaper.
I want to do this for 5 columns and then if there is still more display a next page button.
the ads, categories, etc. are stored in an access db for now. I will convert it to a SQL when it's ready for production. The database will always be changing so one day it may have 50 ads, the next 100, after that 70, etc.