I am working on a housing application, I have two tables (of many) one is called contracts and contains four fields; ContractNo, Surveyor, QS, COW.
Surveyor, QS & COW all relate to the SurveyorID in the Surveyor table.
When I design a form I can use combo boxes etc to display the surveyors name, but when I build a query/report I can only get the name for the Surveyor field and not the other two. Do i need to use expressions or customise the inner joins in SQL???
Any help appreciated
Regards
DW
Surveyor, QS & COW all relate to the SurveyorID in the Surveyor table.
When I design a form I can use combo boxes etc to display the surveyors name, but when I build a query/report I can only get the name for the Surveyor field and not the other two. Do i need to use expressions or customise the inner joins in SQL???
Any help appreciated
Regards
DW