Hi, I am working on a "hippa" database, with the following tables/fields:
Table1 : Entity, Dept #, DeptName, Date, DeptHead,PhoneNumber,JobDesc,positionQual,Enteredby,Phonenumber.
Table 2: Code(Code# will be 1,2,4,etc) PHI Description, Function.
Table 3: Patient Population(Memo), Comments(memo),PHI Disclosure(memo)
Table 1 will be the main form, table 2 and 3 will be subforms. For each record on the main form, table 2 can have many codes BUT table 3 will only have 1 Patient population,comments, and PHI Disclosure. How would I set this up to only accept one record for table 3. Currently if i enter patient population in the subform it adds another patient population line. I do not need this. What am I doing wrong? Thanks
Table1 : Entity, Dept #, DeptName, Date, DeptHead,PhoneNumber,JobDesc,positionQual,Enteredby,Phonenumber.
Table 2: Code(Code# will be 1,2,4,etc) PHI Description, Function.
Table 3: Patient Population(Memo), Comments(memo),PHI Disclosure(memo)
Table 1 will be the main form, table 2 and 3 will be subforms. For each record on the main form, table 2 can have many codes BUT table 3 will only have 1 Patient population,comments, and PHI Disclosure. How would I set this up to only accept one record for table 3. Currently if i enter patient population in the subform it adds another patient population line. I do not need this. What am I doing wrong? Thanks