Hi,
I have just started "coding" in VBA 2 days ago...
I am trying to do a function as follows:
Ratio = value/Davg(value)
value being a field in a table we can call table.
I got to this stage:
Function Ratio(value)
Ratio =
End Function
I have managed Ratio = 1/value, or Ratio = value +1 and it works, but how can I use ready done functions like DAvg in a function I'm creating???
Mocamira
I have just started "coding" in VBA 2 days ago...
I am trying to do a function as follows:
Ratio = value/Davg(value)
value being a field in a table we can call table.
I got to this stage:
Function Ratio(value)
Ratio =
End Function
I have managed Ratio = 1/value, or Ratio = value +1 and it works, but how can I use ready done functions like DAvg in a function I'm creating???
Mocamira