Sir i have following From in Query
Syntax error (missing operator) in query expression 'Laptopdeatils on Laptopdeatils.Jobid=JobDetails.Jobid Inner Join CustomerMaster ON JobDetails.Jobid=CustomerMaster.Jobid INNER JOIN Partmaster on Partmaster.Jobid=CustomerMaster.Jobid'
you Can see my query bellow
Select JobDetails.Jobid
,JobDetails.JobDate
,JobDetails.Collid
,JobDetails.warrentytype
,JobDetails.ProductFrom
,JobDetails.Problem
,JobDetails.PhysicalConditon
,JobDetails.Enginnerfeddback
,Laptopdeatils.Model
,Laptopdeatils.LSrno
,CustomerMaster.CName
,CustomerMaster.Contactperson
,CustomerMaster.Address
,CustomerMaster.Email
,CustomerMaster.Phoneno
,JobDetails.Jobid
,JobDetails.JobDate
,JobDetails.Collid
,JobDetails.warrentytype
,JobDetails.ProductFrom
,JobDetails.Problem
,JobDetails.PhysicalConditon
,JobDetails.Enginnerfeddback
FROM JobDetails
INNER JOIN Laptopdeatils ON Laptopdeatils.Jobid=JobDetails.Jobid
INNER JOIN CustomerMaster ON JobDetails.Jobid=CustomerMaster.Jobid
INNER JOIN Partmaster ON Partmaster.Jobid=CustomerMaster.Jobid
WHERE JobDettails.Jobid=1;
please reply this question