Jump to content

Two fields to return another


pchan

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

Recommended Posts

  • Newbies

I am trying to make a database where I can route problems easily. I would like someone to specify a location and a category, then based off of another database with this info it will assign a person to handle the request. So here is a little more info.

Database 1: Where this new request is created

Database 2: Where the information is storied for categories/location/tech is stored.

In Database 2 I have a record that has the following information: Location- Home, Category- Printer, Assistant- Bob.

Now when you specify "Home" "Printer" I need to return "Bob". I can't get this calculation to work. I have tried If statements to say if Location=Home then run this next If statement for the category. Make sense? I am going crazy over this. Is there a way to do this type of filter or two layered search of Database 2 from Database 1?

Thanks, Bryan.

Link to comment
Share on other sites

A common trick is to make a concatinated field. Try making a calc field (Location & Catagory). Also make a link field in the daughter db that links a person with a location & Catagory.

Hope this helps.

Jerry

Link to comment
Share on other sites

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