Hello Hello!
Hope it's a good week-end near you...
I am trying to substract then divide through a form field to no avail.
What do you make of it?
(1) Achieved form grabs a certain number of instances for specific fields, Compensation Question field, as one example, having many instances where a Compensation Question was raised
(2) QuestionQuestio ns subform collects data specific to days where Compensation Question not answered, being used to substract from Achieved
[CODE=vb]
=[Forms]![Achieved]![Compensation Question]-[Forms]![QuestionQuestio ns subform]![Compensation Question]/[Forms]![Achieved]![Compensation Question]
[/CODE]
I think the problem is I cannot get my form data to communicate with its subform. I beat it up quite a bit an the machine goes mute on me.
Would you tell me what you see? Thanks, and enjoy your week-end:-)
Dököll
Hope it's a good week-end near you...
I am trying to substract then divide through a form field to no avail.
What do you make of it?
(1) Achieved form grabs a certain number of instances for specific fields, Compensation Question field, as one example, having many instances where a Compensation Question was raised
(2) QuestionQuestio ns subform collects data specific to days where Compensation Question not answered, being used to substract from Achieved
[CODE=vb]
=[Forms]![Achieved]![Compensation Question]-[Forms]![QuestionQuestio ns subform]![Compensation Question]/[Forms]![Achieved]![Compensation Question]
[/CODE]
I think the problem is I cannot get my form data to communicate with its subform. I beat it up quite a bit an the machine goes mute on me.
Would you tell me what you see? Thanks, and enjoy your week-end:-)
Dököll
Comment