Set Value Action

R

racingdoc

I am new to access and wonder if someone could show me a typical instance of
where one would use the set value action .
Bit confused why you would use this instead of an expression or function
 
D

Dennis

An expression or function would be used in VBA code. Setvalue would be used
in macro.
 
Top