LOUISBUHAGIAR54
Registered User.
- Local time
- Today, 01:37
- Joined
- Mar 14, 2010
- Messages
- 157
BarthelIndex is a table containing a number of numeric fields, a date field and two text fields. The date field contains the date on which an assessment of dependency is made. One text fields contains an id number of an elderly resident, and the other text field contains the name of the assessor. The number fields contain a number from 0 to 3 depending on the level of ability of various functions of daily living.
Each assessment of dependency needs to be made regularly every 100 days.
BarthelQuery is a query which basically has a field which sums the values in the numeric fields to give an index of dependency.
A second table is called "Particulars" and has the name, surname and idcardno of the elderly resident. In this table, field [idcardno] is the primary field.
I would like to have a query based on BarthelQuery and table Particulars so that i can use this to create a report. The report will show the name, surname, idcardno, date of last assessment, assessor, and BarthelIndex of all those residents due to have an assessment as the 100 days from the last assessment have elapsed.
I know I will need to have a totals query, but I am having problems and the method to use appears confusing. Can I please have some help in this ?
LouisB
Each assessment of dependency needs to be made regularly every 100 days.
BarthelQuery is a query which basically has a field which sums the values in the numeric fields to give an index of dependency.
A second table is called "Particulars" and has the name, surname and idcardno of the elderly resident. In this table, field [idcardno] is the primary field.
I would like to have a query based on BarthelQuery and table Particulars so that i can use this to create a report. The report will show the name, surname, idcardno, date of last assessment, assessor, and BarthelIndex of all those residents due to have an assessment as the 100 days from the last assessment have elapsed.
I know I will need to have a totals query, but I am having problems and the method to use appears confusing. Can I please have some help in this ?
LouisB
Last edited: