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?
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