E
Erin Freeman
Hi,
I am wanting to create a function to call from an autoexec macro so it
checks this upon startup..
I have 2 currency fields and 2 date fields,
The code that i want to be in the function is:
If RateChangeDate < IDate then
DBillablerate = CurrentRate
End if
Is this how I would write the function?
Public Function RateChange(RateChange Date As Text, IDate as
text,DBillableRate as text,CurrentRate as text) As String
I am wanting to create a function to call from an autoexec macro so it
checks this upon startup..
I have 2 currency fields and 2 date fields,
The code that i want to be in the function is:
If RateChangeDate < IDate then
DBillablerate = CurrentRate
End if
Is this how I would write the function?
Public Function RateChange(RateChange Date As Text, IDate as
text,DBillableRate as text,CurrentRate as text) As String