Jump to content
Server Maintenance This Week. ×

add auto text to button url


This topic is 6214 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • 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 by Guest
Removed Sample file data
Link to comment
Share on other sites

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!

Link to comment
Share on other sites

This topic is 6214 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.