Newbies pchan Posted July 17, 2001 Newbies Posted July 17, 2001 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.
JerrySalem Posted July 17, 2001 Posted July 17, 2001 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
Recommended Posts
This topic is 8621 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 accountSign in
Already have an account? Sign in here.
Sign In Now