Newbies Lloyd Bore Ltd. Posted September 29, 2005 Newbies Posted September 29, 2005 I'm sorry if this question has already, previously, been answered; however, I simply ask this question because it appears as though your search function isn't functioning correctly. Link me to previous posts or web-tutorials if necessary. Basically, I am making a database on behalf of a company, to organise various work projects. Each project has its own ID, and its own Site Location (including Postcode). I want to have a button that opens a URL, with the Postcode information in it, in order to show a location map from multimap. This needs to obviously change, based on the record currently being viewed. I have tried to input various elements into the URL field, including trying to work with ScriptMaker, but, alas, I can't seem to find the proper URL code to use. N.B. I want the URL to be, essentially: http://www.multimap.com/map/browse.cgi?client=public&search_result=&db=pc&cidr_client=none〈=&pc= Any help?
CyborgSam Posted September 29, 2005 Posted September 29, 2005 Lloyd-> Welcome to the Forums! I'm not sure I'm answering the right question... The script step Open URL allows calculations, so create a calc along the lines of: "http://www.multimap.com/map/browse.cgi?client=public&search_result=&db=pc&cidr_client=none〈=&pc=" & Trim(thePostalCodeFieldName)
Recommended Posts
This topic is 6997 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now