Don't put too much data in a session variable because it loads everytime and I've seen performance go down with lots of MBs stuffed into sessions variables. dan John Phillip Barclay had written: > If the data isn't changing by the user or other events before they > return, you can always save the recordset in the session variable.