why won't access save short date format I've created?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create tables and forms for my database and have set the input
mask format to short date. Although I have clicked to save, when I open the
form the input mask does not appear. Why is this not being saved? Grateful
for any advice.

Many thanks.

Richard
 
It sounds like you got confused between InputMask & Format. They are 2
different Properties of the Field (in the Table) and Control (on the Form).

Check Access Help on InputMask and Format.
 
Controls on forms only "inherit" the settings of bound fields at the time
you create them. If you make changes to fields in Table design after you
have already created a control for that field on a form, you won't see the
changes on the form. Try deleting the control from the form and add it
again.

HTH,
 
Back
Top