A
Angela
I have a table with below fields.
START END QUANTITY
7865006070001236700 7865006070001236799 100
7865006070001235500 7865006070001235899 300
Start: 7865006070001236700
End:7865006070001236799
Quantity= End - Start +1 (inabove case it wil be 100)
I want to design a query in such a way that I could generate a list of
these 100 in that query.
Is it possible to do in a query in access?
START END QUANTITY
7865006070001236700 7865006070001236799 100
7865006070001235500 7865006070001235899 300
Start: 7865006070001236700
End:7865006070001236799
Quantity= End - Start +1 (inabove case it wil be 100)
I want to design a query in such a way that I could generate a list of
these 100 in that query.
Is it possible to do in a query in access?