CptCrusty1
Programmer
Can one of you great and powerful Access gods give me the general idea of how to create a custom function in Access.
I'd like to pass it a value, then have it return the value once its been crunched....
Public Function Yadda_yadda(i as integer)
End
Thats how it starts, but how do I pass the value back?
I'd like to pass it a value, then have it return the value once its been crunched....
Public Function Yadda_yadda(i as integer)
End
Thats how it starts, but how do I pass the value back?