Problem with query and two forregin keys
Hello!
I have the folowing tables:
TblTransactions[Date, Time, SenderAccount, ReceiverAccount]
TblAccounts[Account, Owner]
How can I make a query like this: [Date, Time, SenderAccount, OwnerSenderAccount, ReceiverAccount, OwnerReceiverAccount]?
I want to do a lookup from both SenderAccount and ReceiverAccount, and find the owners...
noccy
Hello!
I have the folowing tables:
TblTransactions[Date, Time, SenderAccount, ReceiverAccount]
TblAccounts[Account, Owner]
How can I make a query like this: [Date, Time, SenderAccount, OwnerSenderAccount, ReceiverAccount, OwnerReceiverAccount]?
I want to do a lookup from both SenderAccount and ReceiverAccount, and find the owners...
noccy
Last edited: