| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Record sorting based on input param
I'd like to have my records sorted EITHER on outstanding debt field OR age of account field, based on a user-entered parameter. Is it possible to do this?
Thanks. |
|
#2
|
|||
|
|||
|
Re: Record sorting based on input param
For this you need to use two different reports. One for Outstanding and other for Age. Depending on the parameter call different report
__________________
Madhivanan Failing to plan is Planning to fail |
|
#3
|
|||
|
|||
|
Re: Record sorting based on input param
I thought this might have been the case. Thanks for replying
|
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|