M
Mark
Scenario:
Form: Contain Fields: [Dressing] [Feeding] [PersonalHygiene]
Each of these Fields has a look-up value list combining number and text, and
ranging from 0 to 3. For example the [Dressing Field] has the following
value list: “0 Needs no assistanceâ€; “1 Needs observation/promptingâ€; “2
Dresses with minimal assistance†“3 Needs no assistanceâ€
Objective:
In Forms/Reports, through the use of bound controls to each of these fields,
I want to show the number only of the value selected. I then want a bound
control to these controls that will total the numbers.
Problem:
I used the expression “=Left([Field],1)†in the control source property of
the control that bounds to each of these Fields. This displays the number
only in the control. However, when I try to total these controls in the Total
Control box I get an error message.
Nature of Help required:
As I am not familiar with VBA code I would appreciate that any solutions
suggested will be in the form of Expressions.
Form: Contain Fields: [Dressing] [Feeding] [PersonalHygiene]
Each of these Fields has a look-up value list combining number and text, and
ranging from 0 to 3. For example the [Dressing Field] has the following
value list: “0 Needs no assistanceâ€; “1 Needs observation/promptingâ€; “2
Dresses with minimal assistance†“3 Needs no assistanceâ€
Objective:
In Forms/Reports, through the use of bound controls to each of these fields,
I want to show the number only of the value selected. I then want a bound
control to these controls that will total the numbers.
Problem:
I used the expression “=Left([Field],1)†in the control source property of
the control that bounds to each of these Fields. This displays the number
only in the control. However, when I try to total these controls in the Total
Control box I get an error message.
Nature of Help required:
As I am not familiar with VBA code I would appreciate that any solutions
suggested will be in the form of Expressions.