Uh, what error?
Anyway: be sure that both fields (blPayAppLineItems.LineItemID and tblProjectLineItems.LineItemID) are of the same datatype.
Also beware of 'SELECT *': it means you want to get all the fields of both tables, that might be more then you need.
At last: be sure both field are indexed...