4
467264
Hi all,
In MS ACCESS report, how can I remove data in report which has sub-
total is less than certain amount?
Certain amount is not a parameter value but a hard-coded value.
For instance...
I have a sales report for each state which has two column - state and
amount.
I make a group by state first and add a sub-total of amount for each
group.
Now, I want to drop records for state which has sub-total is less than
$1000.
In addition, I want to do it without using query.
In other words, it will be the best if I can do it using expression or
VBA.
Since I am not familiar with Access, I have no idea what will be the
best practice to do it.
Thank you
In MS ACCESS report, how can I remove data in report which has sub-
total is less than certain amount?
Certain amount is not a parameter value but a hard-coded value.
For instance...
I have a sales report for each state which has two column - state and
amount.
I make a group by state first and add a sub-total of amount for each
group.
Now, I want to drop records for state which has sub-total is less than
$1000.
In addition, I want to do it without using query.
In other words, it will be the best if I can do it using expression or
VBA.
Since I am not familiar with Access, I have no idea what will be the
best practice to do it.
Thank you