March 9, 200124 yr Newbies 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.
March 9, 200124 yr Make a calculated field in both files that concatenates the two fields together, and use that as the relating field. RelatingField = ClientNo & "-" & JobNo
Create an account or sign in to comment