Try to do the mapping between all the three table using rec_id like this:
select stations.rec_id,stations.stn_no,
softwarelist.rec_id,software.software,softwarelist .version
from stations,software,softwarelist
where stations.rec_id=software.rec_id
and stations.rec_id=softwarelist.rec_id
Deepesh Jain
VB,VBA & .NET Specialist
Wiley Support Team