I just tried the query below and it said "the multi-part identifier "TropicsBHeader.BookingNo" could not be bound"WHat does that mean?UPDATE [Milestones].[dbo].[MSTROPICSBHeader] SET [RecType] = [TropicsBHeader].RecType ,[SellingCompany] = [TropicsBHeader].SellingCompany ,[BookingNo] = [TropicsBHeader].BookingNo ,[Status] = [TropicsBHeader].Status ,[BookingDate] = [TropicsBHeader].BookingDate ,[LastChanges] = [TropicsBHeader].LastChanges ,[AgentCode] = [TropicsBHeader].AgentCode ,[Consultant] = [TropicsBHeader].Consultant ,[ConsortCode] = [TropicsBHeader].ConsortCode ,[Currency] = [TropicsBHeader].Currency ,[TotalPrice] = [TropicsBHeader].TotalPrice ,[TotalPaid] = [TropicsBHeader].TotalPaid ,[TotalCommission] = [TropicsBHeader].TotalCommission ,[TotalTax] = [TropicsBHeader].TotalTax ,[RelatedBooking] = [TropicsBHeader].RelatedBooking ,[GrpFlag] = [TropicsBHeader].GrpFlag ,[FirstDepDate] = [TropicsBHeader].FirstDepDate ,[LastDepdate] = [TropicsBHeader].LastDepdate ,[PayStatus] = [TropicsBHeader].PayStatus ,[BookingChannel] = [TropicsBHeader].BookingChannel WHERE [TropicsBHeader].BookingNo = [MSTROPICSBHeader].BookingNo