Hi everybody!
Im using Microsoft Access 2000, and having a following problem.
First i'd like to tell something about the background of the issue.
I'm having a form, where is one textbox, called Seriesnumber. This textbox shows the records that come from a table. Above that textbox i have a Command button, called SortSeriesNumbers.
The purpose of this Command button would be to sort Seriesnumber's values.
Now let's get back to details.
Let's suppose we would have the following values in our table(and naturally in our form when previewing it):
Default settings display the alphabetical order of the table's records. After clicking once Command Button, the list changes its form(look at one click), and does the thing also after clicking the button twice(take a look at second click).
Default settings: One click(notice the change)
NA12313 NB*****
NA35451 NB*****
NB13523 NC*****
NB51243 NC*****
NC12451 ND*****
NC31235 NA*****
ND24114 NA*****
Second click(the NC comes up)
NC*****
NC*****
ND*****
NA*****
NA*****
NB*****
NB*****
So, by clicking Command Button, the order of the recordlist would change in this case like two records at a time.
Is this kind of a Sort Button difficult to program? If you would have a suggestion how to move on, i'd be really thankful to hear it.
Im using Microsoft Access 2000, and having a following problem.
First i'd like to tell something about the background of the issue.
I'm having a form, where is one textbox, called Seriesnumber. This textbox shows the records that come from a table. Above that textbox i have a Command button, called SortSeriesNumbers.
The purpose of this Command button would be to sort Seriesnumber's values.
Now let's get back to details.
Let's suppose we would have the following values in our table(and naturally in our form when previewing it):
Default settings display the alphabetical order of the table's records. After clicking once Command Button, the list changes its form(look at one click), and does the thing also after clicking the button twice(take a look at second click).
Default settings: One click(notice the change)
NA12313 NB*****
NA35451 NB*****
NB13523 NC*****
NB51243 NC*****
NC12451 ND*****
NC31235 NA*****
ND24114 NA*****
Second click(the NC comes up)
NC*****
NC*****
ND*****
NA*****
NA*****
NB*****
NB*****
So, by clicking Command Button, the order of the recordlist would change in this case like two records at a time.
Is this kind of a Sort Button difficult to program? If you would have a suggestion how to move on, i'd be really thankful to hear it.