I want to open a new browser to a URL, but I want to display a form for the user to enter some info that will be used to build the url.. for example might be user #333's page. I need a form to ask for the user ID and then create the url, " & strUserNumber" and open that url in a new browser window when the user enters their ID and pushes the button. I can find examples of buttons that take input and search a database etc. but I cant figure out how to use it to build a URL.
Any help would be appreciated..
Any help would be appreciated..