A
Abdul Shakeel
Hi All,
I ve a table name tbl_input containes fields:
InputID, Name, address, age, Nos_of_share_alloted, share_no_from, share_no_to
If a recors is
InputID = 1
Name = ABC
address = XYZ
age = 30
Nos_of_share_alloted = 5000
share_no_from = 1
share_no_to = 5000
Could I view this record in query or on a report in multiples of
share_no_from, share_no_to means the record remain the same on table but in
query or on report it broke up in multiples such as 1 to 500, 501 to 1000,
1001 to 1500 & so on
I ve a table name tbl_input containes fields:
InputID, Name, address, age, Nos_of_share_alloted, share_no_from, share_no_to
If a recors is
InputID = 1
Name = ABC
address = XYZ
age = 30
Nos_of_share_alloted = 5000
share_no_from = 1
share_no_to = 5000
Could I view this record in query or on a report in multiples of
share_no_from, share_no_to means the record remain the same on table but in
query or on report it broke up in multiples such as 1 to 500, 501 to 1000,
1001 to 1500 & so on