I've examined the SQL and it looks good, and it does work 95% of the time.
Why should it not update the page some of the time? If I chnge two boxes, one will change.
Using ASP with Access.
I can post the SQL/ASP if that will help.
Thanks.
I suspect it has to do with the onClick handling of the button I'm using. Netscape requires the onClick to be part of the <a href> tag, which means you have to indicate an href. usually I use # in this situation.
I wonder if sometimes the browser just refreshes before firing the onClick.
I wrote some code to check the browser and if IE just put the onClick in the <img> tag, and if Netscape just show the plain jane submit button. (I know it's not entirely reliable to sniff browsers, but it's a start)
How should I post the code? Just plop it here?
Using ASP & SQL I tend to find that most errors where unexpected behaviour occours are due to either
a) Special characters (such as ') interfering with your statments
b) Switching on error handling and forgetting it's hiding & logging errors instead of displaying them
-or-
c) Something on the client side has gone wrong.
Judging from what you said
If I change two fields to update they both will, or one won't. It also doesn't matter which type of input - select or text boxes.it could be a problem with the ASP coding you are using, although without seeing the code it's tricky to tell.
Feel free to post it here (as long as it's not pages long) and I'll have a look if you still need help
Dw