Query Error
I have an inner join query using Access as a back end I have put the query directly into the DB and it runs fine, but in the code it keeps coming up with the msg -
Cannot create a child list for field Items.
This is the query
SELECT Items.ItemID, Items.ItemNo, Items.Type, Items.Colour, Items.LabourCost, Items.ParSurCost, Items.FullSurCost, Items.PaintCost, Items.ItemCost, Items.Percentage, Items.BillingPrice, Items.Priority, Items.PrepEUs, Items.WinFabEUs, Items.DoorFabEUs, Items.CrimpEUs, Items.FinalCheckEUs, Items.JobRef, Items.Location FROM Job INNER JOIN Items ON Job.JobId = Items.JobID WHERE (((Job.JobNo)= 'O1642'))
Not sure why this is happening if the query runs? What am I doing wrong?
Thanks
Louisa
|