LittleSmudge
Programmer
I have a Query that is the subclause of a Transform ( Cross Tab ) query.
The proble I have is that if the underlying data does not contain any one of the option values then the Form displays #Name? in the text box control.
Solution thinks I
(SELECT 'Fred', 'Joe', 'Mary' As Force ) As Fa LEFT JOIN [ subQuery ]
ON Fa.Force = subQuery.Name
I can then slap that lot into the Transform confident that I will always get the field names 'Fred', 'Joe' & 'Mary' out of the CrossTab.
However, How do I actually structure it to give me 'Fred', 'Joe', 'Mary' as DATA values in the one field Force because the above puts the data in three fields Exp10001, Exp10002 and Force.
G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.