A
AJ
I want to set up a select to get the sum of a value but I only want to sum up
the first 5 rows.
Example:
select sum(x)
from tableA
where **ROWCOUNT <= 5
order by y
Is this possible in VBA/Access?? Example? Thanks
the first 5 rows.
Example:
select sum(x)
from tableA
where **ROWCOUNT <= 5
order by y
Is this possible in VBA/Access?? Example? Thanks