LeslieWilson2
2 years agoQrew Member
Pulling data from linked table - Conditional Drop Down, Formula, or another solution?
Question/Scenario: When creating/updating Client record How do I implement a solution that will allow me to:
After Selecting, Medical Code = Code 11)How do I iget the code Description to default?
2) How do I get the Doctor field to allow selection from Multiple Choice List defined in Medical Code Table associated with the specified medical code
3) How do I get the State field to allow selection from Multiple Choice List defined in Medical Code Table associated with the specified medical code
Table Structure:
Table: Client
Fields = Client Name, Medical Code, Code Description, Doctor, State
Table: Medical Code
Medical Code (TX) |
Code Description (TX) |
Doctor (Multiple Choice) |
State (Multiple Choice) |
Code 1 |
Code Description for Code 1 |
Doctor 1 Doctor 2 Doctor 3 Doctor 4 |
GA VA SC TX |
Code 2 |
Code Description for Code 2 |
Doctor 1 Doctor 7 Doctor 3 Doctor 9 |
SC TX |
Code 3 |
Code Description for Code 3 |
Doctor 1 Doctor 3 Doctor 9 |
GA TX MA |
Code 4 |
Code Description for Code 4 |
|
|
Code 5 |
Code Description for Code 5 |
|
|
------------------------------
Leslie Wilson
------------------------------