F
filo666
Query [de 30 a 60 dÃas] is a query linked to Tables RFC and RSalidas,
RSalidas have the information of the sales in the following format
Date Number product Amount
12/08/05 1121 117 1500
12/08/05 1121 118 100
12/08/05 1121 119 150
12/08/05 1122 17 300
12/08/05 1122 19 50
12/08/05 1123 41 80
13/08/05 1124 15 100
13/08/05 1124 20 100
and so on
I want a report that resume this information in this:
12/08/05 1121 1750
12/08/05 1122 350
12/08/05 1123 80
13/08/05 1124 200
so, The sql I made is: SELECT ([de 30 a 60 dÃas].Number]), sum([de 30 a 60
dÃas]).[Amount]) AS totalconiva, from [de 30 a 60 dÃas], group by ([de 30 a
60 dÃas]).Date;
when runnig query a strange message appears:
"The instruction SELECT includs a reserved word, an argument is missing or
has a spelling mistake, or punctuation signs are incorect (Sorry for the
grammar but it's a traslation from spanish)
What am I doing wrong????
TIA
RSalidas have the information of the sales in the following format
Date Number product Amount
12/08/05 1121 117 1500
12/08/05 1121 118 100
12/08/05 1121 119 150
12/08/05 1122 17 300
12/08/05 1122 19 50
12/08/05 1123 41 80
13/08/05 1124 15 100
13/08/05 1124 20 100
and so on
I want a report that resume this information in this:
12/08/05 1121 1750
12/08/05 1122 350
12/08/05 1123 80
13/08/05 1124 200
so, The sql I made is: SELECT ([de 30 a 60 dÃas].Number]), sum([de 30 a 60
dÃas]).[Amount]) AS totalconiva, from [de 30 a 60 dÃas], group by ([de 30 a
60 dÃas]).Date;
when runnig query a strange message appears:
"The instruction SELECT includs a reserved word, an argument is missing or
has a spelling mistake, or punctuation signs are incorect (Sorry for the
grammar but it's a traslation from spanish)
What am I doing wrong????
TIA