Always asks to "Save Changes" to Form Design in Access 2007

  • Thread starter Thread starter JoeSantamaria
  • Start date Start date
J

JoeSantamaria

After setting the format to a field in a subform, I always get the dialog box
to Save Changes when closing the form.

I have used DoCmd.Close asForm, strFormName, asSaveNo. OnClick of the CLose
Form command button on the form.

This form works fine under Access 2000. Is there a workaround or another
approach to setting the format of a text box while the form is open.

Thanks in advance.
Joe S
 
The code should read:
DoCmd.Close acForm, strFormName, acSaveNo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top