Hi
I am using Navigation Forms in my database and would like to sort the order of a datasheet on a toggle button.
The structure I have is
Main
Contractors Details
Datasheet
All the examples I have seen, show the property of Me.OrderBy being checked to see which field has been ordered by and then sets either ascending or descending accordingly.
When I try and use this method it doesn't work. I'm assuming I have to reference this differently but cannot see how.
The button resides in the Contractors details form, with the Datasheet a subform of this.
Any help would be appreciated.
I am using Navigation Forms in my database and would like to sort the order of a datasheet on a toggle button.
The structure I have is
Main
Contractors Details
Datasheet
All the examples I have seen, show the property of Me.OrderBy being checked to see which field has been ordered by and then sets either ascending or descending accordingly.
When I try and use this method it doesn't work. I'm assuming I have to reference this differently but cannot see how.
The button resides in the Contractors details form, with the Datasheet a subform of this.
Any help would be appreciated.