Viewing 3 posts - 1 through 3 (of 3 total)
Thank you for the reply Perry, I'll give it a try to see if it works.
November 7, 2011 at 11:06 am
#1404110
Yes, for security reasons I need two, my local copy and my network share copy
November 7, 2011 at 9:49 am
#1404063
I'm not sure if I follow you 100% but you can do
select * from a
inner join b on A.cash_id = B.cash_id
inner join c on A.cash_id = C.cash_id
hope it helps
November 7, 2011 at 9:06 am
#1404019