NogDog,
Thanks for the response. Unfortunately, I do not have control over the tables ... for if I did, it certainly would be set-up differently. The way I currently have it accomplished is by...
I am sure this is a simple problem, but unfortunately my prime experience in SQL is coupled with .asp or .php which gives (me) much more flexibility when it comes to re-using...
I attempted the same thing, modifying the values to match items in my own database, and had no issues.
What value types are paddrcode & paddritem? If they are numerical, in a numerically-defined...
Sorry, I am assuming that this is answered somewhere on here (or in Internetland) already, but I cannot seem to find the answer to my problem (and I am not sure if this belongs under .ASP or ...).
...
I gotchya'. For whatever reason then, my Word (nor anyone that uses my application here) open with Track Changes activated on this as a default behavior. Oh well, I guess it wasn't meant to be.
Thank you for the response. I am aware of the multiple ways of creating the file as a word document, but the concept of turning on "Track Changes" is definitely the key to this issue. If there is a...
I do not really have any code on this yet, as the question is somewhat simple and can relate to any asp page. When using application/vnd.ms-word to create a Word document from ASP, can I...
Access database (sorry, I thought the JET errors were exclusive to Access), querying in ASP classic.
That being said, does this mean that there is no REPLACE function ... that seems bizarre.
The second example works fine, but it doesn't solve my issue. The search criteria (from an input box), will not be the product containing the tilde. That being said,...
Perhaps I'm missing something (wouldn't be the first time) ...
But the issue occurs by using Replace on a column in the database, regardless what I replace it with; "ñ" or "ñ", I still need to...
I've tried that as well,
"SELECT contid, Replace(CName, 'ñ', 'n') AS CName1 FROM eusers2 INNER JOIN eusers ON eusers.idno = eusers2.contid"_
&" WHERE (fname LIKE '%" & Rsrchcriteria & "%'...
Okay, copied that - and still didn't get a result. (Using IE8, as I am relegated to do within my office.) Perhaps my requests were not clear: I have no issues on what is passed to the next page (this...
I was just asking if this should be an onclick, onblur, on ... anything? Or, theoretically, by copying and pasting the javascript below the form, and leaving the checkboxes as they are in the third...
Hmm ... I must be missing something. My two questions would be:
1. What should the input look like? (my methods are apparently incorrect)
2. Does it matter what the checkbox name/id are, as you...
Another option: I suppose I should mention, if there is an alternate solution such as disabling all checkboxes with the same value when 1 is selected, or hiding them, or whatever, I'm open to it. I...