So this is probably a simple fix that I am just not seeing
I have a form with 2 fields, Clinic and ConsultName. The information pulled from multiple sources uses different names which is why we have both.
There is a table, tblConsultAlias, that links these. For example the table shows that Allergy = 636A8/IC/Allergy. So depending on where this is updated on the form I'd like it to update the other field to match based on this table.
Example you update the field Clinic to say Allergy it auto puts 636A8/IC/Allergy in the ConsultName field and vice versa.
All data is stored on the Scheduler_Sheet table, however previously the ConsultName was not tracked, however some reports we pull data from have started to use this so now we need it which is why we created the table to link the 2 together.