Set Access Options Programmatically

R

rtviper

I know how to set the options for "Compact On Close", but I wish to do it
programmatically, can anyone help me with the code to do this ?
 
R

ruralguy via AccessMonster.com

Application.SetOption ("Auto Compact"), 1

I know how to set the options for "Compact On Close", but I wish to do it
programmatically, can anyone help me with the code to do this ?
 
Top