Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I would really appreciate any help:

I don't want to put multiple search fields on my custom webpage. Is it possible to just add one text field to the web page that would search from multiple fields in the database (name, phone, address, etc)? How do I do this? What's the correct CDML code?

If that's not possible I thought about creating a field in filemaker that would have all the information from different fields copied into it. But my problem is that the database is constantly changing and I would like the field to automatically aquire the information from other fields. Now how do I do this? In a nutshell I want a single field to contain all the information from all the other fields in the current record. I don't want to copy&paste every singe field manually. This is a bit urgent so any help is highly appreciated, thanks!

Posted

Create a calculation field that is set to something like this:

Field1 & " " & Field2 & " " & Field3

For as many fields that you want to search at once. Since it's a calculation field, the contents of it will be updated as soon as the contents of any of the fields it's based on change. Then in your CDML pages, have the user search this calculated field.

Chuck

Posted

Thanks. I knew what I needed to do but didn't know how to do it. Your example was very helpfull.

It's 2:22am so I guess I can get this service up before morning smile.gif

Thanks once again

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