E
Ed Dror
Hi there,
How do I get query rows numbers?
I follow the Qry Sample that Microsoft provided
Rank: (Select Count (*) from qryNewWarehousechart Where [WK0] <
[WarehouseChart].[WK0])+1
But in my query I don't have an ID all my fields could be duplicates
My question is how to count row number regardless to the other field in the
query?
Lets take Northwind -> Products Category (assuming they don't have an
Primary Key ID)
Thanks
Ed Dror
How do I get query rows numbers?
I follow the Qry Sample that Microsoft provided
Rank: (Select Count (*) from qryNewWarehousechart Where [WK0] <
[WarehouseChart].[WK0])+1
But in my query I don't have an ID all my fields could be duplicates
My question is how to count row number regardless to the other field in the
query?
Lets take Northwind -> Products Category (assuming they don't have an
Primary Key ID)
Thanks
Ed Dror