D
dwalsh77
Guest
Let me try to explain this.
I have a Book Table with a BookID, Title, ISBN, & Rented (Boolean) value.
I also have a Transaction Table with a TransID, Date, and Student ID Field.
I also have a Student Table with a StudentID, First and Last Name.
I have a subform that does the following:
Once you click on a student, a subform below (which is based on a query), lists all the transactions that that student has made (renting and returning books).
But I want to be able to create an expression that will signal whether the transaction that occurred was a result of a book being rented or the book being returned (want it to be displayed in the subbform).
Thanks
I have a Book Table with a BookID, Title, ISBN, & Rented (Boolean) value.
I also have a Transaction Table with a TransID, Date, and Student ID Field.
I also have a Student Table with a StudentID, First and Last Name.
I have a subform that does the following:
Once you click on a student, a subform below (which is based on a query), lists all the transactions that that student has made (renting and returning books).
But I want to be able to create an expression that will signal whether the transaction that occurred was a result of a book being rented or the book being returned (want it to be displayed in the subbform).
Thanks