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

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

Recommended Posts

Posted

Hi,

I am pretty new to FM, I am a multimedia designer who's used to work with dreamweaver, director etc but not FM.

Here's my question:

I have a database. There is about 10-12 different fields in it.

I wan to make a search button that will search throughout ALL these fields.

Is it possible?

If so can someone tip me in, cause I am at a lost right now.

Please keep in mind that I started working with FM 4 days ago crazy.gif

So explain it to me like you would explain a 7 year old tongue.gif

Thanks

Vilem

Posted

Hi, vilem. You can make a calc field that concatenates all of them, like so:

NameOfField01 & "par.gif" &

NameOfField02 & "par.gif" &

NameOfField03 & "par.gif" &

...

NameOfField12

Then searching on that field will search all those fields. It's not necessarily the BEST way of doing this, but it will get the job done.

HTH,

Jerry

Posted

Make a repeating field which contains your fields, one field per repetition. Then do a find using the repetition field; FileMaker will search all the repetitions for your request.

Posted

How's that supposed to work transpower? Only use repeating fields for data, or have some script update the repeating field with the contents of other various fields? This makes no sense.

Posted

I think he means use a calculated repeating field that uses a particular field for each repetition. Choose( index - 1, field1, field2, field3, field4, ... ) where index is a repeating number field with the number of necessary repetitions, with 1 in the first rep, 2 in the second, etc.

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