Sorry for this ridiculously amateurish query – I’m a recently made redundant ex-mainframe programmer with a smattering of Microsoft VBA code , doing voluntary work for a charity for the blind.
The Background
We send out “Talking Books” to Borrowers.
We use Access 2003 to keep track of what’s happening.
We have a Books Table, and a Members Table
The Members table holds Name and Address details etc.
The Books Table holds Title, Author, Genre, currently-on-loan etc.
The Project
We want to be able to accept instructions from the Members, like “I want all Crime, but not by Ellis Peters or Val McDermid”. I know we can run a Query to identify the next book to send, but first, we have to either in some way save the Query in the Member Table, or at the time we receive instructions from the Member, identify the likely books and stick them in a table somewhere.
Obviously, the first option is preferable, ‘cos we may get more matching books in during the life of the query, but as I said earlier, this is my first venture into Access, and that approach probably needs someone with a lot more experience than I have.
My Questions
1) Is it possible to create a Table (Member Table) which has within it another table (Books I’ve read/want to read) with a variable number of entries in it, and if so, what’s the best way to access the “sub-table”?
2) Is it possible to save a Query as an entry in a Table, and if so, how do I get that saved query text into an executable Query?
Any help/guidance you can offer will be gratefully received!
The Background
We send out “Talking Books” to Borrowers.
We use Access 2003 to keep track of what’s happening.
We have a Books Table, and a Members Table
The Members table holds Name and Address details etc.
The Books Table holds Title, Author, Genre, currently-on-loan etc.
The Project
We want to be able to accept instructions from the Members, like “I want all Crime, but not by Ellis Peters or Val McDermid”. I know we can run a Query to identify the next book to send, but first, we have to either in some way save the Query in the Member Table, or at the time we receive instructions from the Member, identify the likely books and stick them in a table somewhere.
Obviously, the first option is preferable, ‘cos we may get more matching books in during the life of the query, but as I said earlier, this is my first venture into Access, and that approach probably needs someone with a lot more experience than I have.
My Questions
1) Is it possible to create a Table (Member Table) which has within it another table (Books I’ve read/want to read) with a variable number of entries in it, and if so, what’s the best way to access the “sub-table”?
2) Is it possible to save a Query as an entry in a Table, and if so, how do I get that saved query text into an executable Query?
Any help/guidance you can offer will be gratefully received!