OK...I hope to give enough info here to get help...

I have created a site with dreamweaver using php/mysql. I have an admin side
to the site where the owner can login, enter calendar events and register new
members to their organization. I also wanted them to be able to update the
member records.

I used the update record wizard...my connections seem to be correct I used a
standard submit button. Oh, the form is in a repeating region so that the
owner can flip through all the members and update anyone they need too.

When we hit submit the page flashes to the same location and there is no
update. If I need to I can come back and paste the code, but can anyone give
me an idea of what you think might be going on?

I have a recordset paging next/previous set on the page and the page has been
set to only be viewable by users with certain access level (1=admin 2=user).

Everything seems to work fine...registering new members works, entering new
calendar dates work, deleting events work...just can't seem to get the update
member to work.

Thanks ahead of time for any help anyone can provide!