Reports and column sorting buttons

DevAccess

Registered User.
Local time
Today, 04:27
Joined
Jun 27, 2016
Messages
321
Hello

I would like to have twisties on column on the report which would sort the given column at anytime.

I dont want the way we do it on grouping and sorting which is predeifined by our program, but need dynamic way and I should be able to sort any columns at any given time.

Thanks
 
You HAVE to sort using grouping/sorting.
That's why they built it.
 
You can replicate those controls on a form, but not on a report as far as I know.
If someone needs to manipulate the data that much export it to Excel.
 
You could set up sort options in the form that calls the report and use vba to alter the sort of the report.
 

Users who are viewing this thread

Back
Top Bottom