I want to a goto url + [textbox.value]
so when i click on the button it opens a browser an goes to www.url.com/[textbox.value]
how do i do that ?
I using access 2013 btw.
Thanks![]()
I want to a goto url + [textbox.value]
so when i click on the button it opens a browser an goes to www.url.com/[textbox.value]
how do i do that ?
I using access 2013 btw.
Thanks![]()
![]()
Please Login or Register to view this content.
Thanks for the great reply!
but how get the value fx.
sub btnGo_Click()
dim vAddr
vAddr = "http://www.proff.dk/branches%C3%B8g?q=" & [ZIPCODE].value
Call Shell("C:\Program Files (x86)\Internet Explorer\iexplore.exe " & vAddr, vbMaximizedFocus)
end sub
Thanks![]()
you just add the name of the txt box (dont use VALUE)
"http://www.proff.dk/branches%C3%B8g?q=" & txtZipCode
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks