CS3. A page with a form, an insert record behavior, a
restrict access to page behaviour, and a recordset (accessed by a
session variable) which is used to supply hidden files with some
(but not all) default info for the insert record.
When the submit button is pressed, instead of updating the
data, the user is diverted to the page specified by the restrict
access to page behavior.
Remove this behavior and everything works like clockwork.
Has anyone come acreoss this before?