Hi
I have a database with a form and subform
the database is for a bedlist tracking system
it monitors both the bed availablity and the treatment episode of the person.
the form has the bed specific info
and the subform the episode specific info.
I need to be able to create 3 check boxes on the episode subform that when true will trigger the entry of Date() into the admit field which is a date on the main form.
You see the episode form is tracking the
checkin
seen by counselor
seen by nurse
admitted
[Date and time} in one table (episode table)
The Bed availability table is tracking the bed info. Subsequent qrys are based on the Admit fields on the Bed info.
rather than having the user filll in the Admit date on both form and sub form I thought it would be smoother if I could have a check box on the subform that would say admitted/bed filled
another that would Discharged/release bed that would when true enter a date into the discharge field on the bed info
any suggestions greatly appreciated
J
I have a database with a form and subform
the database is for a bedlist tracking system
it monitors both the bed availablity and the treatment episode of the person.
the form has the bed specific info
and the subform the episode specific info.
I need to be able to create 3 check boxes on the episode subform that when true will trigger the entry of Date() into the admit field which is a date on the main form.
You see the episode form is tracking the
checkin
seen by counselor
seen by nurse
admitted
[Date and time} in one table (episode table)
The Bed availability table is tracking the bed info. Subsequent qrys are based on the Admit fields on the Bed info.
rather than having the user filll in the Admit date on both form and sub form I thought it would be smoother if I could have a check box on the subform that would say admitted/bed filled
another that would Discharged/release bed that would when true enter a date into the discharge field on the bed info
any suggestions greatly appreciated
J