R
ravi_bellamkond
Guest
Hi,
Iam new to VBA, can anyone plz help me in acomplishing this task,
Dim db As Database
Dim rst As DAO.Recordset
Call CalcShare(rst.Fields(0))
Update the rst.Fields(1) with the result returned by the function
The function should look like,
Function CalcShare(arg1 As Integer) As Double
.....
....
.....
Should return the result as (arg1 * 10)
END Function
Thanks in advance..
Ravi.
Iam new to VBA, can anyone plz help me in acomplishing this task,
Dim db As Database
Dim rst As DAO.Recordset
Call CalcShare(rst.Fields(0))
Update the rst.Fields(1) with the result returned by the function
The function should look like,
Function CalcShare(arg1 As Integer) As Double
.....
....
.....
Should return the result as (arg1 * 10)
END Function
Thanks in advance..
Ravi.