H
hello
Can anyone help a newbie .... I have to produce a list of films
currently available for loan. Members can borrow films, only one at a
time though. When a film has been borrow, a tick is put against that
member's field. Also, the details are stored in table 2. I need to be
able to print out all of the films where the film ID doesn't appear in
table 2.
Table 1
Mem_ID
Various fields for contact details
A field that says'Has taken out a film'
Table 2
Mem_ID
Film_ID
Date due back
Table 3
Film_ID
Fields about the film.
I think the easiest solution is to put an extra filed in the film table
that says 'Film_on_loan' and use that in a simple query. What I've been
trying to do is to produce a list of all film IDs that are not in table
2, and use that to produce all the film details in a query using table
3, but can't!
Any pointers?
Cheers
currently available for loan. Members can borrow films, only one at a
time though. When a film has been borrow, a tick is put against that
member's field. Also, the details are stored in table 2. I need to be
able to print out all of the films where the film ID doesn't appear in
table 2.
Table 1
Mem_ID
Various fields for contact details
A field that says'Has taken out a film'
Table 2
Mem_ID
Film_ID
Date due back
Table 3
Film_ID
Fields about the film.
I think the easiest solution is to put an extra filed in the film table
that says 'Film_on_loan' and use that in a simple query. What I've been
trying to do is to produce a list of all film IDs that are not in table
2, and use that to produce all the film details in a query using table
3, but can't!
Any pointers?
Cheers