Hi All,
I have a form that I use to display ALL the records in a table. I use the same form, but with a filter to display only certain records.
I have two different buttons on my switchboard that I use to open the form with, one opens the form as it is, the other applies a filter to the "Collected by" field of the form.
My Table is Called tbl_IN and I have a date and time field on there that I want the records to be sorted by.
In the "Sort By" field of the form, I have:
[tbl_IN].[Date],[tbl_IN].[Time]
This seems to do the thing perfectly.
HOWEVER,
After a while, I am at present not sure why this happens or when, but, after a while, the "sort By" changes it self to:
[tbl_IN].[Collected by],[tbl_IN].[Date],[tbl_In].[Time]
And then the whole sorting goes Alphgabetical acording to the person who collected it, rather than by date and time.
Is there a way of forcing the form, even with a filter applied, to ALWAYS sort by the fields I want it to, ie. Date and Time?
Please help if you can,
Thanks
H
I have a form that I use to display ALL the records in a table. I use the same form, but with a filter to display only certain records.
I have two different buttons on my switchboard that I use to open the form with, one opens the form as it is, the other applies a filter to the "Collected by" field of the form.
My Table is Called tbl_IN and I have a date and time field on there that I want the records to be sorted by.
In the "Sort By" field of the form, I have:
[tbl_IN].[Date],[tbl_IN].[Time]
This seems to do the thing perfectly.
HOWEVER,
After a while, I am at present not sure why this happens or when, but, after a while, the "sort By" changes it self to:
[tbl_IN].[Collected by],[tbl_IN].[Date],[tbl_In].[Time]
And then the whole sorting goes Alphgabetical acording to the person who collected it, rather than by date and time.
Is there a way of forcing the form, even with a filter applied, to ALWAYS sort by the fields I want it to, ie. Date and Time?
Please help if you can,
Thanks
H