B
Bill Rhodes
Is there any way to create an incrementing expression in
a 'Totals' query? I know I can do it via the VB behind a
form, but I want to do it in a query.
The query is totaling by type. I just wanted to add an
expression that would do a:
10
20
30
40
Numbering for each line in the Totals query.
10 TypeA blah blah,
20 TypeB blah blah, etc.
In a form I would simply put some VB in that said
something along the lines of: "[increment] = [increment]
+10, but I can't figure it out in the query.
a 'Totals' query? I know I can do it via the VB behind a
form, but I want to do it in a query.
The query is totaling by type. I just wanted to add an
expression that would do a:
10
20
30
40
Numbering for each line in the Totals query.
10 TypeA blah blah,
20 TypeB blah blah, etc.
In a form I would simply put some VB in that said
something along the lines of: "[increment] = [increment]
+10, but I can't figure it out in the query.