HendersonD Posted December 16, 2005 Posted December 16, 2005 (edited) This seems like it should be simple but I cannot figure it out. - I have a database sorted in a particular order - I trigger a script to run a report. The script that runs the report sorts the database in a different order. - I would like a way at the end of the report script to sort the database back into its original order. The problem becomes the original order can be one of 14! Is there any way to remember what order a database is sorted in and then sort it in that order later? I have figured out a way in my mind to do this but the script will be long and ugly Edited December 16, 2005 by Guest
comment Posted December 16, 2005 Posted December 16, 2005 Why not have your reporting script open a new window, do the reporting stuff in it, then close it?
Recommended Posts
This topic is 6920 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now