I a have a form that is updating a table, I need to be able to include "'s which will then make up part of a URL that is submitted to a Search Engine. However, I have realised that the " needs to saved as %22 as obviously extra "'s in the url string will cause it to break. Having looked through WW I have seen snippets to replace ascii characters but can anyone point me to character code for " (quotes).
TIA