EddieVenus
Technical User
Hello all,
I am new to this, and I have come a long way without knowing what I was doing. But now as I am figuring it out, I try to do more than my abilities allow for, and I run into problems. Most of which I can find answers to, as others have also run into such problems and posted their trial and tribulations here at Tek-Tips. For them I am grateful. Now my problem lies in that I have a page that takes form data from textboxes, that was in turn narrowed dowm with lists and menus, and updates the displayed record in an Access database. I want to make the action on the submit button do 2 things.
1) perform the update to the database
2) take the user to a page that shows them that they did update and what the new data is now.
Now I tried some javascript, but I must have done it wrong, and I though of an onclick event, but I don't know if they even work in this environment. I thought of some form of counter to see if this is the first time the page was displayed to this user, if so, then update, if not then go to the following display page. Any and all suggestions welcome. In fact, I am really ready to try anything, now that I vagley understand it, it is much more interesting.
thanks
ev
I am new to this, and I have come a long way without knowing what I was doing. But now as I am figuring it out, I try to do more than my abilities allow for, and I run into problems. Most of which I can find answers to, as others have also run into such problems and posted their trial and tribulations here at Tek-Tips. For them I am grateful. Now my problem lies in that I have a page that takes form data from textboxes, that was in turn narrowed dowm with lists and menus, and updates the displayed record in an Access database. I want to make the action on the submit button do 2 things.
1) perform the update to the database
2) take the user to a page that shows them that they did update and what the new data is now.
Now I tried some javascript, but I must have done it wrong, and I though of an onclick event, but I don't know if they even work in this environment. I thought of some form of counter to see if this is the first time the page was displayed to this user, if so, then update, if not then go to the following display page. Any and all suggestions welcome. In fact, I am really ready to try anything, now that I vagley understand it, it is much more interesting.
thanks
ev