April 22, 200718 yr Newbies 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, 200718 yr by Guest Removed Sample file data
April 23, 200718 yr 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!
Create an account or sign in to comment