Hi Injinia!
You could use a bunch of vlookups. Your formula in B2 would look like this:
'=VLOOKUP(A2, Sheet2!B:G, 2, FALSE)'
And copy downwards for the entire column in B.
For C2, it will read
'=VLOOKUP(A2, Sheet2!B:G, 3, FALSE)'
and so on.
I agree this isn't the most efficient way to do it (having 6 VLOOKUPS will make your sheet noticeably slower) but this is the only way I know to do this.