Windows 7, Access 2007: I have really been struggling with this problem. I understand what I need to do, I just don't know how to do it. In joining two tables together:
TableA
OrigNum
TableB
NameNum
OrigNum
PrevNum
NextNum
I want to join TableA.OrigNum to TableB.OrigNum where TableB.NextNum is null
else
join TableA.OrigNum to TableB.NameNum where TableA.OrigNum <> TableB.OrigNum and TableA.OrigNum = TableB.NameNum and TableB.NextNum is null.
Thanks in advance for any help.
TableA
OrigNum
TableB
NameNum
OrigNum
PrevNum
NextNum
I want to join TableA.OrigNum to TableB.OrigNum where TableB.NextNum is null
else
join TableA.OrigNum to TableB.NameNum where TableA.OrigNum <> TableB.OrigNum and TableA.OrigNum = TableB.NameNum and TableB.NextNum is null.
Thanks in advance for any help.