i have a table (row source) called "Lesions: Non-Target" and it's got a primary key comprised on "Patient_ID" and "Test_Number" (1,2,3,4....) where the latter can have more than one number with an unpredictable upper limit on it per patient.
the interactive form is displayed as a continuous form and displays just those records matching a single "Patient_ID" number:
[Patient_ID]=[Forms]![RECIST Disease Evaluation: Nontarget Lesions]![Patient_ID]
in the footer section of the said form, there's a button on it which when clicked launches a report that prints what the user is essentially looking at (for archival purposes).
in addition to the data being stored in the underlying recordset, there are two more fields: Form_LockedBL (y/n field) and Form_LastPrintedBL (a date field).
what i need to happen when this button's pressed is to have the values of Form_LockedBL set to True and Form_LastPrintedBL to NOW() for every record that matches the filter above, i.e. for every record the user's looking at on the screen.
“The philosophy of the school room in one generation will be the philosophy of government in the next." --- Abraham Lincoln
the interactive form is displayed as a continuous form and displays just those records matching a single "Patient_ID" number:
[Patient_ID]=[Forms]![RECIST Disease Evaluation: Nontarget Lesions]![Patient_ID]
in the footer section of the said form, there's a button on it which when clicked launches a report that prints what the user is essentially looking at (for archival purposes).
in addition to the data being stored in the underlying recordset, there are two more fields: Form_LockedBL (y/n field) and Form_LastPrintedBL (a date field).
what i need to happen when this button's pressed is to have the values of Form_LockedBL set to True and Form_LastPrintedBL to NOW() for every record that matches the filter above, i.e. for every record the user's looking at on the screen.
“The philosophy of the school room in one generation will be the philosophy of government in the next." --- Abraham Lincoln