D
darwehner
I have 3 tables:
1. tblPatient (PatientID) as primary key
2. tblTherapy (PatientID) as foreign key
3. tblDays (numbered 1-100) PatientID as foreign key
I have main form with 1st table.
I need subform with table 2 & 3 but it must show
at least 14 days in datasheet view even if empty records.
The tblTherapy has fields as PT, OT, ST which will track
minutes therapist sees patient. We need to be able to see
the 14 days, so the therapist can get an idea where patient
needs to make up minutes.
Any help would be appreciated
1. tblPatient (PatientID) as primary key
2. tblTherapy (PatientID) as foreign key
3. tblDays (numbered 1-100) PatientID as foreign key
I have main form with 1st table.
I need subform with table 2 & 3 but it must show
at least 14 days in datasheet view even if empty records.
The tblTherapy has fields as PT, OT, ST which will track
minutes therapist sees patient. We need to be able to see
the 14 days, so the therapist can get an idea where patient
needs to make up minutes.
Any help would be appreciated