Forum Discussion

laurentalp's avatar
laurentalp
Frequent Visitor
4 years ago
Solved

Filter a column using other column in the same table

I have a table with all procedures from a hospital, but with more fields that I use in another page. Like this: (let's call this table 'PROCEDURES') Procedure Requesting doctor specialty Perf...
  • laurentalp's avatar
    4 years ago

    I achieved the result using other solution:
    Instead all procedures in one table, I made one table with only medical appointments and other with exams and other procedures, and created a relationship between performing doctor on table A and requesting doctor on table B.