I have a database that tracks the withdrawls and returns of shared assets.
I have a query that a report runs off of that is supposed to only show the most current withdrawl (based off of a yes/no check box in the order form and return forms). However, the report shows every time the item has ever been removed, any time the check box has been checked.
I think that if I set it so that if the return date is less than the order date, show the info.
Would this work? And if so how would I write that in the design veiw of a query in MS Acess for 2000 professional?
I have a query that a report runs off of that is supposed to only show the most current withdrawl (based off of a yes/no check box in the order form and return forms). However, the report shows every time the item has ever been removed, any time the check box has been checked.
I think that if I set it so that if the return date is less than the order date, show the info.
Would this work? And if so how would I write that in the design veiw of a query in MS Acess for 2000 professional?
Comment