Hi all

I'm having problems transferring form values from one page to the next.

I have a welcome page that has a User Login server behaviour and I've changed
the Response.Redirect to Server.Transfer. In the second page, I've used the
username and password fields from there in the Recordset to filter the user's
record and that works fine. The page has a form with the username and password
as hidden fields using Server.Transfer again and an Update server behaviour to
submit changes to the database - that's working fine too.

The third page has a recordset that again successfully picks up the username
and password values and I can continue to pass those values on to subsequent
pages if I just use POST. However, if I try to insert an Update server
behaviour in this third page, irrespective of whether it uses Response.Redirect
or Server.Transfer, it will not open and returns the error message Type
mismatch: 'LBound'.

I've looked at other posts on here relating to the same error message, but
cannot work out from them what is going wrong. Can anyone help, please?