Search results

  1. R

    mapping with auto route

    it starts the route planner
  2. R

    mapping with auto route

    Public Function AutoRoute() Shell "C:\Program Files\Microsoft AutoRoute\AutoRout.exe", vbNormalFocus SendKeys "^R", True End Function whats wrong with the above? it opens autoroute but ctrl+r does not work?
  3. R

    Can someone tell me if they spot an endless loop in this code:

    Loop ????? wat is this for?
  4. R

    mapping with auto route

    hi i have a form with the following two text boxes: postcode_start postcode_end and a button with get route wat i want to do is from the access form, when the two postcodes have been entered automatically use autoroute and calculate the route. thanks for the help in advance
Back
Top Bottom