Hi,
I tried to access the session("<tableName>_pagesize") and it always come up empty.
default records for I want to change the records per page based on the login group so in
LIST Page: Before Record process I have
if Session("UserGroupTmp") = "TMP" then
session("Employees_pagesize) = 50
end if
Note: default records per page for Employees table is 100
anyone else have this problem?