Lending Library Help

D

Dustin

Hi,
I downloaded the Lending Library Template and have a problem where is does
not pick up the right item when i want to sign it back in. It picks up the
first item that was borrowed out all the time.
Any help?
 
S

StarlessKnight

Go to the "Design View" of the "Check In" supporting object. In the property
sheet of the form right click inside the "Record Source" field's value,
select Zoom. Replace what's there with this:

SELECT Transactions.*, Assets.* FROM Assets INNER JOIN Transactions ON
Assets.[ID]=Transactions.[Asset] WHERE (Transactions.[Checked In Date]) Is
Null And [TempVars]![ItemID]=Transactions.[Asset];

Hope this works for you, as well. Took me a lot of trial-and-error to fix it
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top