Help! I have an Access database, getting ready for use with a website. I have 2 tables set out as follows:
STOCK
(Lots of columns, but the one i have linked is called CAT)
Categories
CatNo
CatName
I have created a one-to-many relationship between CAT in STOCK and CatNo in Categories so i can input a value into the CAT column in the STOCK table corresponding to the CatNo column in the Categories table. But... how do i put more than one value in the CAT column?
Eg. I have a book called 'Help Me'. It comes under the category Alcoholism, but it also falls under the category 'School Material'. I need that book to be listed under BOTH of those categories as this database is being used for a website and i need to be able to get information out of that database. How can i list that book under more than one category?
Any help is appreciated, Shane.
STOCK
(Lots of columns, but the one i have linked is called CAT)
Categories
CatNo
CatName
I have created a one-to-many relationship between CAT in STOCK and CatNo in Categories so i can input a value into the CAT column in the STOCK table corresponding to the CatNo column in the Categories table. But... how do i put more than one value in the CAT column?
Eg. I have a book called 'Help Me'. It comes under the category Alcoholism, but it also falls under the category 'School Material'. I need that book to be listed under BOTH of those categories as this database is being used for a website and i need to be able to get information out of that database. How can i list that book under more than one category?
Any help is appreciated, Shane.