Search results

  1. R

    Error message form with Bound Control Boxes

    Hi, Wish someone could help me I only Teach my self of the net So Anyone can help and make this VBA works with bound control boxes, Note that it works fine with Unbound boxes Private Sub Form_Error(DataErr As Integer, Response As Integer) Const conErrRequiredData = 2107 'this codeabove comes...
  2. R

    Get a text from a webpage

    thanks guys for the help I guess I can start from Here, the link will help me so much, Many thanks.
  3. R

    Get a text from a webpage

    If possible could you show me in code
  4. R

    Get a text from a webpage

    -------------------- Alright maybe at least a click event on a textboxA will copy the specified webpage then paste it in another textboxB then I use my existed trim code on textboxB
  5. R

    Get a text from a webpage

    :) Hello every one, I'm new to forums I'm not a programmer I only learn things of the net hoping to get some help with MS Access code What I'm looking for is an event code on textbox will get an unknown word between two known words in already open Webpage
Back
Top Bottom