I have a database with just 2 tables
Table 1 "tblReadingDate Time"
ID Indexed Auto Number and primary key
Date Date/Time
Time Date/Time
Systolic Number (Single)
Diastolic Number (Single)
Pulse Number (Single)
Comment Text
Table 2 "tblReading s"
ID Indexed Auto Number and primary key
Date Date/Time
Time Date/Time
Systolic Number (Single)
Diastolic Number (Single)
Pulse Number (Single)
2 Forms
"frmReadingDate Time" linked to "tblReadingDate Time"
and
"frmReading s Subform" linked to "tblReading s"
"frmReading s Subform" is a subform in "frmReadingDate Time" in Database Format
"frmReading s Subform" gets its Date and Time directly from "frmReadingDate Time" as i type the information in.
The other data Systolic,Diasto lic, Pulse I input, usually 4 lines of input.
What i am trying to do is to print a report in the following format.
Date, Time, Systolic, Diastolic, Pulse, Systolic, Diastolic, Pulse, Systolic, Diastolic, Pulse, Systolic, Diastolic, Pulse
Across the page keeping each row by Date and Time.
Is this possible with the current table format or will i have to change the format of the table.
Table 1 "tblReadingDate Time"
ID Indexed Auto Number and primary key
Date Date/Time
Time Date/Time
Systolic Number (Single)
Diastolic Number (Single)
Pulse Number (Single)
Comment Text
Table 2 "tblReading s"
ID Indexed Auto Number and primary key
Date Date/Time
Time Date/Time
Systolic Number (Single)
Diastolic Number (Single)
Pulse Number (Single)
2 Forms
"frmReadingDate Time" linked to "tblReadingDate Time"
and
"frmReading s Subform" linked to "tblReading s"
"frmReading s Subform" is a subform in "frmReadingDate Time" in Database Format
"frmReading s Subform" gets its Date and Time directly from "frmReadingDate Time" as i type the information in.
The other data Systolic,Diasto lic, Pulse I input, usually 4 lines of input.
What i am trying to do is to print a report in the following format.
Date, Time, Systolic, Diastolic, Pulse, Systolic, Diastolic, Pulse, Systolic, Diastolic, Pulse, Systolic, Diastolic, Pulse
Across the page keeping each row by Date and Time.
Is this possible with the current table format or will i have to change the format of the table.
Comment