Question
record count
I have a list of articles
the are themselves are static pages.
the links to them are in my access db
each article has been given up to 3 tags which puts them into three different categories.
each tag is in a separate field
i.e
tag1 tag2 tag3
STD Cancer Women
I could seem to get the sql to work when i put all the tags in one field (any ideas?)
Now the question
When a user clicks on the category section on my web page and arrives at the next page with a list of the categories I want the number of articles in each category to appear next to the title of the category
example
sexual health [ 37]
womens issues [14]
and so on - increasing as i increase the entries in the db
any ideas?
many thanks
the are themselves are static pages.
the links to them are in my access db
each article has been given up to 3 tags which puts them into three different categories.
each tag is in a separate field
i.e
tag1 tag2 tag3
STD Cancer Women
I could seem to get the sql to work when i put all the tags in one field (any ideas?)
Now the question
When a user clicks on the category section on my web page and arrives at the next page with a list of the categories I want the number of articles in each category to appear next to the title of the category
example
sexual health [ 37]
womens issues [14]
and so on - increasing as i increase the entries in the db
any ideas?
many thanks
