Hi twinnyfo
I have been trying to solve my crosstab query issue and I believe [Surname] is not recognized as valid because I do not have appropriate FROM / INNER JOIN code lines referencing the relationship between tbl_Patient_Inf ormation and tbl_Admissions OR an ON line referencing the linked fields (In this case NHS Number)
I would adopt a trial and error approach to add such lines if I had confidence that my underlying structure/relationships was sound
In the meantime I think I'll read an SQL reference manual to see if that helps
With regard to new thread, I'm still waiting on user feedback to ensure I / we are commencing with full knowledge of what is required
I have been trying to solve my crosstab query issue and I believe [Surname] is not recognized as valid because I do not have appropriate FROM / INNER JOIN code lines referencing the relationship between tbl_Patient_Inf ormation and tbl_Admissions OR an ON line referencing the linked fields (In this case NHS Number)
I would adopt a trial and error approach to add such lines if I had confidence that my underlying structure/relationships was sound
In the meantime I think I'll read an SQL reference manual to see if that helps
With regard to new thread, I'm still waiting on user feedback to ensure I / we are commencing with full knowledge of what is required
Comment