Jump to content

General search button


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

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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