Not a problem, just add the following lines to your stored procedure dbo.web3comp
on you select statement add this on the last line:
, dbo.tblCPlogoninfo.IPAddress
On your From Statement add this line second from the bottom:
dbo.tblCPlogoninfo ON dbo.tblComputers.Computername = dbo.tblCPlogoninfo.Computername LEFT OUTER JOIN
Then you will get IPaddresses showing up under Computername on the action screen.