I am trying to fix some
VB code and I am a bit confused with the different ways of function calling.
Example:
Call appendClause ("[Run Date]", frm!cboTestNumber, pre, post, STRNG)
or
Call appendCause ("Purpose", frm!cboRunPurpose, pre, post, STRNG)
if you notice, one call has brackets and the second call does not???
what is the difference????
Thanks