Hi Everyone,
I have hit a bit of a snag in a little Access program that I am writing.
I have a form frmReader that displays the information about a reader. On the same form is a subform called "frmBooks". The frmBooks sub form displays all the books in the library.
What I would like to do is to highlight the books in the subform that the reader has read so the reader can immediately recognize those books.
I have created a table called tblReader which contains the reader's info with a reader_id code.
The tblBooks table contains a list of all the books with the book's author etc. with a book_id code
And a table called tblReadBooks which contains a list of all the books read by all the readers by using the keys reader_id and book_id.
Is doing this with a subForm the best way of doing this. Can you suggest how can I highlight the books that have been read from the books that have not been read.
If it isn't the best way to display the information please give me an idea on how to display it.
Thanks in advance.
#
###
#####
#######
Ziggurat
I have hit a bit of a snag in a little Access program that I am writing.
I have a form frmReader that displays the information about a reader. On the same form is a subform called "frmBooks". The frmBooks sub form displays all the books in the library.
What I would like to do is to highlight the books in the subform that the reader has read so the reader can immediately recognize those books.
I have created a table called tblReader which contains the reader's info with a reader_id code.
The tblBooks table contains a list of all the books with the book's author etc. with a book_id code
And a table called tblReadBooks which contains a list of all the books read by all the readers by using the keys reader_id and book_id.
Is doing this with a subForm the best way of doing this. Can you suggest how can I highlight the books that have been read from the books that have not been read.
If it isn't the best way to display the information please give me an idea on how to display it.
Thanks in advance.
#
###
#####
#######
Ziggurat