Newbies Geoff Maxwell Posted April 22, 2007 Newbies Posted April 22, 2007 (edited) I have a database. I want to cofigure one of the fields so that if you (button) click on one of the fields it takes you to a web page. That web page is made unique by the field data. So I start with the main web address and then I want add the data from the field onto the end of the (common part ) of the web address. So that the button is configured to create a unique web address from each record. Just like if you were mapquesting an address. I know it's simple but I can't seem to figure it out. Thanks if you can help. Edited April 23, 2007 by Guest Removed Sample file data
mz123 Posted April 23, 2007 Posted April 23, 2007 Your button can have a script that opens a website by using the script step "Open URL" you can then specify your website as: "www.theStandardWebsite.com/" & thefield where theField is the unique part of the website address based on the record's field. Hope that helps!
Recommended Posts
This topic is 6485 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