Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

  • Newbies
Posted (edited)

I am making an IWP site using filemaker. I currently have a form on the website (it's a form to enter lease information for a storage building.) This layout is tied to a table called newLeaseTemp. This table has a field called MailingZip, MailingCity, FeeTax, and FeeTotal.

I have another table called ColoradoTaxRates. This table has all of the tax rates for Colorado sorted by City and Zip Code. Basically, when the user enters a zip code and a city name on the form and clicks a "continue" button, I want it to auto populate the FeeTax and FeeTotal fields. I have a relationship set up between the tables for the city and zip code.

I just dont' understand what script commands I need to use to actually perform the search of ColoradoTaxRates, grab the data, and put it into the newLeaseTemp record.

I tried:

Perform Find[Restore]

(with the Action "Find Records" and the Criteria ColoradoTaxRates::Zip: [newLeaseTemp::MailingZip] but it doesn't work. The form isn't populated with anything and I can't select any of the edit fields on the form after it gets to this part of the script.

I am probably doing this is a totally wrong way, and I would really appreciate it if someone would point me in the right direction or give me an idea of the best way to do this.

Thanks in advance for the help.

John

Edited by Guest
Posted

Maybe you should look at using field lookups or relookup field contents.

This topic is 6508 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.