Input Mask Question

  • Thread starter Thread starter Noel S Pamfree
  • Start date Start date
N

Noel S Pamfree

I cannot work out the difference between the '&' and 'C'. This is because I
assumed that the 'C' would not allow a user to skip a position but in
practice it is allowed.

Can any one explain what the difference is for me?

Thanks,

Noel
 
The help states that

& = Entry is required (any character or a space)
C = Entry is optional (any character or a space)

--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 
Back
Top