Lansweeper wrote:
Something like this?
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblBaseBoard.Product, tblBaseBoard.SerialNumber
From tblComputers Inner Join
tblBaseBoard On tblComputers.Computername = tblBaseBoard.Computername
Thanks for the suggestion, but the SQL guy is in another branch office today. Any easier way I could do this, perhaps? If not, I'll talk to the guy in the morning.