Hello everybody!
Refering to the title, I'd like to ask you a question about sorting records by date.
This is the situation: I have a form with many of fields. The form has one subform, and this subform even has another form in it.
Now the information on this FIRST subform are pretty messed up. I would like to organize them/sort them by using this date field, called FixingDate. I tried to clear it out by using queries(and the ready criterias: last, max, min...)
but my skills ran out.
I know sorting can be done by the quick buttons, but is there any other way?
I used
command(s) with only a small success, because after done this, I were unable to add more records(wonder why?).
All suggestions related to this issue are welcome!
I would be really pleased if someone enlighted me a little bit on this.
Refering to the title, I'd like to ask you a question about sorting records by date.
This is the situation: I have a form with many of fields. The form has one subform, and this subform even has another form in it.
Now the information on this FIRST subform are pretty messed up. I would like to organize them/sort them by using this date field, called FixingDate. I tried to clear it out by using queries(and the ready criterias: last, max, min...)
but my skills ran out.
I know sorting can be done by the quick buttons, but is there any other way?
I used
Code:
Docmd.RunCommand acCmdSortAscending/Descending
All suggestions related to this issue are welcome!
I would be really pleased if someone enlighted me a little bit on this.