B
Ben M Rowe
Hi there, thanks in advance for any help, and apologies if this is a question
from the dumb kid at the back of the class.
I'm trying to get to grips with Access and so am designing a DVD/Book/CD
database. At the moment it's very simple. There are a number of linked
tables, but this query is only really interested in two of them.
The first table is a list of of what I own - a list of all my books, CDs and
DVDs (although not populated yet). One of the columns in the table is 'Type'.
This column is linked to another table (tblMedia) which has just three
records in it - 'Book', 'CD' and 'DVD'.
So then, what I want to do is add another column into the tblMedia which
counts how many I have of its respected media type.
What do I do?
from the dumb kid at the back of the class.
I'm trying to get to grips with Access and so am designing a DVD/Book/CD
database. At the moment it's very simple. There are a number of linked
tables, but this query is only really interested in two of them.
The first table is a list of of what I own - a list of all my books, CDs and
DVDs (although not populated yet). One of the columns in the table is 'Type'.
This column is linked to another table (tblMedia) which has just three
records in it - 'Book', 'CD' and 'DVD'.
So then, what I want to do is add another column into the tblMedia which
counts how many I have of its respected media type.
What do I do?