Once again, i have thought myself into a corner…I am wanting to revamp the procedure for adding a patient admission record in order to resolve the issue with the incorrect hospital information being sent to chat session, as show in this post
So my idea to get around this was to instead create an “admissions” form and a separate table to contain the admissions records. I added a action to create an “admission” button on the patient record if [In Hospital] was false, and used LINKTOFORM() to show the form and push some information from the patient record to the admissions form:
of course if this action is triggered from an actual patient record, the patient name is automatically filled in.
But this has created a little bit of a problem. How can I now take the Room number from this form and push it back to the Room column in the Patient table?

