Report Sort Options

Jaye7

Registered User.
Local time
Today, 20:04
Joined
Aug 19, 2014
Messages
205
I have 3 combo boxes on a form which send the selected values to textboxes which represent the different sort orders for my report that the user can select.

Ie. textbox1-3 have the values FONID, FONDesc, FONDate, FONApp,

If I select FONID in textbox1 then I want the reports first sort field to be FONID.

Then in textbox2 I select FONApp, so the second sort criteria will be FONApp.

I then click on a command button and then the report opens.

Does anyone know how I can do this, my report is based on a query that has multiple queries within it so I don't think that sql is an option.
 
Thanks Connor
 

Users who are viewing this thread

Back
Top Bottom