INeedAccessHelp
MIS
I have the control source of the field on the form set to:
=Right(
=Right(
Code:
, 8)
and it displays "#Error"
If I use:
Right([Code], 8)
I get "#Name?"
Any ideas what I'm doing wrong?