A family of Microsoft relational database management systems designed for ease of use.
> Is there a way to not sort the records and just place them in the order of selection
Records are always displayed in SOME order, so "not sort" is illogical. "No discernable sort" can occur, but that's a limitation of the human, not Access.
What do you mean with "the order of selection"? Reading between the lines you somehow select records, and as you do so, you want them shown in that order. Did I get that right? If yes, you would need to store the SelectDateTime in a field in the underlying table; then you can Order By that field and mission accomplished.