Home » Questions » Computers [ Ask a new question ]

How to suppress MS Access "Do you want to save layout" dialog

How to suppress MS Access "Do you want to save layout" dialog

I have a Microsoft Access database where I'd like to be able to close the table datasheet view without it asking me if I want to save the layout. Is there a way to supress this dialog?

Asked by: Guest | Views: 253
Total answers/comments: 1
Guest [Entry]

"In code:

DoCmd.Close acTable, ""MyTable"", acSaveNo

There is no way to turn it off globally or for interactive use of the table."