Have data that is recorded several time each month.
need to be able to pull out month difference
A big thank you for everyones help
I know I can put them into a detail(as there can be 10-15 different entries each month), then group on date field monthly
but I need to be able to show the weight loss or gain from the month before
only need to look at pre entries
Ralph
Required
"Pre Date","Weigth","Change/Month",BMI
06/02/2012,"100.0 ","-0.2 loss",122
11/01/2012,"100.2 ","0.0 gain",123
16/12/2011,"100.2 ","0.2 gain",122
21/11/2011,"100.0 ","-0.2 loss",124
26/10/2011,"100.2 ","-0.2 loss",125
26/09/2011,"100.4 ","1.6 gain",132
the fields are called
oid
fk_oid (patients id)
didat (Date)
Prepost ( weather a pre rec or a post record)
diwt (weight)
BMI
need to be able to pull out month difference
A big thank you for everyones help
I know I can put them into a detail(as there can be 10-15 different entries each month), then group on date field monthly
but I need to be able to show the weight loss or gain from the month before
only need to look at pre entries
Ralph
Required
"Pre Date","Weigth","Change/Month",BMI
06/02/2012,"100.0 ","-0.2 loss",122
11/01/2012,"100.2 ","0.0 gain",123
16/12/2011,"100.2 ","0.2 gain",122
21/11/2011,"100.0 ","-0.2 loss",124
26/10/2011,"100.2 ","-0.2 loss",125
26/09/2011,"100.4 ","1.6 gain",132
the fields are called
oid
fk_oid (patients id)
didat (Date)
Prepost ( weather a pre rec or a post record)
diwt (weight)
BMI