I
Isis
I have a List that I am feeding from an SQL statement like;
me!ListWhite.Rowsource = "SELECT UID, SalesDate, CSSales, RAMSales,
INTSales, CSAddOn, CSSales+RAMSales+IntSales+CSAddOn AS TotalSales
,LabelsGen, Fixed FROM WhiteBoard"
I would like to have - SalesDate AS Date - so the column header is
'Date' not 'SalesDate', but it does not seem to like me using the word
'Date' - also if I want a header which is two words, 'Total Sales' - it
does not like that either - I am sure this can be done but do not know
the right syntax.
Secondly as the SQL statement is going to be quite long - how do I split
it up over several lines ?
Thirdly can I format the fields somehow - can I right justify some of the
columns ?
Any help much appreciated.
Regards
me!ListWhite.Rowsource = "SELECT UID, SalesDate, CSSales, RAMSales,
INTSales, CSAddOn, CSSales+RAMSales+IntSales+CSAddOn AS TotalSales
,LabelsGen, Fixed FROM WhiteBoard"
I would like to have - SalesDate AS Date - so the column header is
'Date' not 'SalesDate', but it does not seem to like me using the word
'Date' - also if I want a header which is two words, 'Total Sales' - it
does not like that either - I am sure this can be done but do not know
the right syntax.
Secondly as the SQL statement is going to be quite long - how do I split
it up over several lines ?
Thirdly can I format the fields somehow - can I right justify some of the
columns ?
Any help much appreciated.
Regards