S
Stephen
Hi All,
I've got a TxtBox on a report. The Control source calls a
function in a module. I have had to create the function in
a module as it is an Excel function not provided in access.
The Txtbox control contains
MyResult:SigX([TxtTotalErrors],[TxtTotalUserTotal])
'SigX is the function,
'TxtTotalErrors is a txt box containing totals
'TxtTotalUserTotal is a txt box containing totals
This would/does work in a query, but I need it on a report
as I'm totaling many records.
Can anyone help? Is this a report issue, or should it
work OK?
I've got a TxtBox on a report. The Control source calls a
function in a module. I have had to create the function in
a module as it is an Excel function not provided in access.
The Txtbox control contains
MyResult:SigX([TxtTotalErrors],[TxtTotalUserTotal])
'SigX is the function,
'TxtTotalErrors is a txt box containing totals
'TxtTotalUserTotal is a txt box containing totals
This would/does work in a query, but I need it on a report
as I'm totaling many records.
Can anyone help? Is this a report issue, or should it
work OK?