I know that I can use Application.GetOption and Application.SetOption to change a specific environmental setting. Here is an example:
Application.SetOption ("Auto Compact"), 1
How to a get a list of EVERY option in Access 2003? If I did not that that line required the string "Auto Compact", what would I do?
Application.SetOption ("Auto Compact"), 1
How to a get a list of EVERY option in Access 2003? If I did not that that line required the string "Auto Compact", what would I do?