Newbies todd2k1 Posted March 9, 2001 Newbies Posted March 9, 2001 I am trying to Match 2 fields from one database to a portal in another. I can do one or the other with relationships, but can't get it so that both fields in the new database have to match in order for the portal to show the data. Example on my job ticket database I have one field that asks for client, in another field I have a request for Job #. I want the other database to display all the jobs for that client and that job number in a portal. Seems simple but I have not figured it out yet.
BobWeaver Posted March 9, 2001 Posted March 9, 2001 Make a calculated field in both files that concatenates the two fields together, and use that as the relating field. RelatingField = ClientNo & "-" & JobNo
Recommended Posts
This topic is 8913 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