I have two Tables in the same Base.
One field in the table (APPAREL) should look-up the value in another (SC APPAREL SYNC)
Here is the Field (TEST2) in the APPAREL table which should look up the SAMPLE COORDINATOR in the SC APPAREL SYNC
![John_Q_0-1685548671038.png John_Q_0-1685548671038.png](/t5/image/serverpage/image-id/27947i1803B8213C46C7D7/image-size/medium?v=v2&px=400)
As you can see, every record in my SC Table has a value (no empties)
![John_Q_1-1685548802104.png John_Q_1-1685548802104.png](/t5/image/serverpage/image-id/27948i0B463D84784086EA/image-size/medium?v=v2&px=400)
As you can see... all records are empty in the APPAREL
![John_Q_2-1685548865135.png John_Q_2-1685548865135.png](/t5/image/serverpage/image-id/27949iB107B4DB61B74265/image-size/medium?v=v2&px=400)
The field I am looking up is a synced field from another table. How can I fix this?