Jump to content

This topic is 5727 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

i use FM for my patients archive. i use two tables one for patients and one for the referring physicians. in the patients table i have pt's name and physician's name fields. what i want is that when i enter the physician name in the patient's table to be automatically entered in the the physician's name field in the physician table, so that i do not have to duplicate the work.

Posted

Patients have only one referring physician, right? But physicians can refer multiple patients. So, you need to view the referred patients in a portal from the physicians table or you need a third, join, table called referrals.

Posted

You might want to do it the other way around: enter the physician first, and on the patient layout, make the physician a drop down value list based on the field in the physician table.

This should really be done using physician ID rather than name to link the two tables. Your value list would then be based on the ID but also display values from the name field.

This topic is 5727 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.