E
efandango
I have a series of records that I need to limit the displaying of, depending
on a single fixed number that the user enters. Think of it as a progress
number; in other words, record 419 is how far the user has progressed,
therefore only show records before this number.
I want to store a single, semi-permanent number that can be used in a: 'Show
these records if records <= stored number' scenario. I want the number to be
the same for all records and to be retained when the the database is closed
and reopened, and only changes when the user decides to alter it.
How can I do this?
on a single fixed number that the user enters. Think of it as a progress
number; in other words, record 419 is how far the user has progressed,
therefore only show records before this number.
I want to store a single, semi-permanent number that can be used in a: 'Show
these records if records <= stored number' scenario. I want the number to be
the same for all records and to be retained when the the database is closed
and reopened, and only changes when the user decides to alter it.
How can I do this?