Jump to content

Finding across multiple fields


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

Recommended Posts

  • Newbies

I am trying to set up a database for videotapes and have set up each record to be a videotape. Since each tape(record) can have multiple programs on it, I have set up individual fields for each program (i.e. program01, program02, thru program50). I need to find a way to search for a tape(record) that could have a program in any of the 50 'program' fields. For example, 'Ski Trip' may be a program on several tapes - it may be in field 'program05' in one record and in field program45' in another record. How can I search for all records that contain 'ski trip' in any of the 50 'program' fields?

In other words, I'd like to be able to find records that match criteria across a number of different fields.

Thanks.

Link to comment
Share on other sites

quote:

Originally posted by RayRay:

I am trying to set up a database for videotapes and have set up each record to be a videotape. Since each tape(record) can have multiple programs on it, I have set up individual fields for each program (i.e. program01, program02, thru program50). I need to find a way to search for a tape(record) that could have a program in any of the 50 'program' fields. For example, 'Ski Trip' may be a program on several tapes - it may be in field 'program05' in one record and in field program45' in another record. How can I search for all records that contain 'ski trip' in any of the 50 'program' fields?

Setup a calculation which combines all of the program fields into one, seperated by paragraph return.

Then just perform your find on this one field.

------------------

=-=-=-=-=-=-=-=-=-=-=-=-=

Kurt Knippel

Consultant

Database Resources

mailto:[email protected]

http://www.database-resources.com

=-=-=-=-=-=-=-=-=-=-=-=-=

Link to comment
Share on other sites

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