N
Nick Mirro
I use a popup form with checkboxes as a patient treatment 'script. I would
like checks to cause fields in another table (in addition to record source
table with yes/no's) to be filled in. The reason for the checks is
generation of script (report), which looks best with checks.
tblItems tblProcedureCodes
Check Causes this field in separate table to be completed using
lookup table
Item 1 Procedure code A
Item 2 Procedure code B
(How can I code 'script popup to complete procedure code records in another
related table?)
tblVisits tblItems* tblProcedCodesUsed tblProcedCodes
Parent Child Child Lookup
VisitID visitID visitID ProcedCodes
Item1 Code1
Item2... Code2
*checks
like checks to cause fields in another table (in addition to record source
table with yes/no's) to be filled in. The reason for the checks is
generation of script (report), which looks best with checks.
tblItems tblProcedureCodes
Check Causes this field in separate table to be completed using
lookup table
Item 1 Procedure code A
Item 2 Procedure code B
(How can I code 'script popup to complete procedure code records in another
related table?)
tblVisits tblItems* tblProcedCodesUsed tblProcedCodes
Parent Child Child Lookup
VisitID visitID visitID ProcedCodes
Item1 Code1
Item2... Code2
*checks