Displaying data that can't be changed

D

dhstein

I want to display some information. I have a query that presents the
information, but I don't want to allow the users to sort it - the sorting
order is important to show the correct information. Do I need to display a
report? How can I present information that the users can't change in any
way? Thanks for any help on this.
 
D

dhstein

John,

Thanks for the reply. But that still allows sorting which I'm trying to
prevent.

David
 
J

John W. Vinson

John,

Thanks for the reply. But that still allows sorting which I'm trying to
prevent.

Turn off the default toolbars and give them a set with only the operations you
want them to do; and don't use Datasheets.
 
Top