Newbies incognito Posted June 29, 2004 Newbies Posted June 29, 2004 Ok, first off I am a noob to filemaker and using version 7 on a mac. I have a table with a bunch of patient info including patient ID which is unique. I have another table with the names and addresses of insurance companies which also has a unique ID. I want to be able to select an insurance company from that table and insert that information (without retyping) into the patient table where there is info for the insurance portion. Hopefully this makes sense. Attached are some screen shots to help. Picture 3.pdf
QuinTech Posted June 29, 2004 Posted June 29, 2004 Hi, cog, welcome to the Forums! What you're really going to need is: 1. a field in the Patients table called InsuranceID. 2. a relationship from Patients::InsuranceID to Insurers::InsuranceID. 3. a portal on the Patients layout displaying
Newbies incognito Posted July 7, 2004 Author Newbies Posted July 7, 2004 Thanks Jerry. I will give that a try and see where it gets me. Ideally the best solution would be to import the record (i.e. blue cross info). Thanks again.
MoonShadow Posted July 8, 2004 Posted July 8, 2004 Ideally the best solution would be to import the record (i.e. blue cross info). Nope - don't import ... lookup. Following Jerry's thoughts, create those specific fields in your Patient table, ie, CarrierName, CarrierAddress, etc. Set the fields to be Lookup based upon the Insurance table and point to their related field. When an Insurance Carrier is selected, the fields will fill in and you'll be in business.
Recommended Posts
This topic is 7705 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 accountSign in
Already have an account? Sign in here.
Sign In Now