Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms / March 2008

Tip: Looking for answers? Try searching our database.

save on close

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
smk23 - 21 Mar 2008 18:03 GMT
For some reason, Access (2003) is no longer saving form design edits on
closing the form. This is new so I feel that some setting somewhere has been
altered. Can anyone tell me how to change this back?

Sam
George Nicholson - 21 Mar 2008 18:36 GMT
2 things I can think of, but they depend on what view you are in when you
close the form and/or how the form is being closed:

1) If you are not in design view when changing the form, perhaps the form
"Allow Design Changes" property has been changed from "All Views" to "Design
View Only"

2) If DoCmd.Close is being used to close the form, perhaps the Save argument
has been changed to acSaveNo. (This argument refers to the saving of Form
Design changes NOT changes to data on the form). acSavePrompt is the
default.

Signature

HTH,
George

> For some reason, Access (2003) is no longer saving form design edits on
> closing the form. This is new so I feel that some setting somewhere has
> been
> altered. Can anyone tell me how to change this back?
>
> Sam
Dirk Goldgar - 21 Mar 2008 19:29 GMT
> For some reason, Access (2003) is no longer saving form design edits on
> closing the form. This is new so I feel that some setting somewhere has
> been
> altered. Can anyone tell me how to change this back?

You may have code that executes DoCmd.SetWarnings False, without
subsequently executing DoCmd.SetWarnings True to turn the warnings back on.

Signature

Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.