Hi, I'm co-oping in a pediatric rehab center. I am workin on an intranet page/database system. At this time I have 2 Db's, one ("referral_database"
which get's it's info from a frontpage 2002 created db. The other db ("patient_db"
which contains similar fields, like last_name, first_name, doctor etc. In most cases the patients will not be seen for weeks/months after they have been referred. That's when they have to be entered into the "patient_db". I'd like to take a lot of the footwork out and get most of the information from the "referral_db". I've tried importing the table "results" from the "referral_db", and then created a new table("evals"
in "patient_db" so that I could add a new field ("evaled"
in order to discern between patients that are still waiting to be seen and those who are going to be evaluated that day. It's a yes/no. There I can append new records to "patient_db", and it works great. But, when I try to update the referrals from the "referral_db" to the "evals" db then it will give me all of the records again. Effectively doubling, and of course adding the new referrals. Which I don't want. I'd like to be able to have the patients already "evaled" to not be duplicated. And not overwritten because then the end user can't be expected to remember which patients where evaled and which ones weren't. I could use some help, i've been stuck for only 2 days but still frustrating.
chris
chris