Tango,
In your topic.asp find this:
if request("ARCHIVE") = "true" then
strActivePrefix = strTablePrefix & "A_"
ArchiveView = "true"
else
strActivePrefix = strTablePrefix
ArchiveView = ""
end if
and replace it with the code I posted here:
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=27011#127781