
06-20-2002, 05:59 PM
|
 |
Junior Contributor
|
|
Join Date: May 2002
Location: Rural Northwest USA
Posts: 315
|
|
Custom Database Properties
|
This is a question about the Access 97 product; I don't know if it properly belongs here or in the VBA forum:
I was messing around with the Custom Database Properties. I made a form that loads at startup, with a check box labeled "Show this dialog at startup". I created a custom DB property of the Yes/No type, and then wrote code to do 2 things:
1) Load the dialog at startup if the custom property's value is Yes, and
2) Set the custom property's value to the value of the form's checkbox when the form is closed.
Works great. But something is weird. When I manually go and look at the custom property from the File menu, it doesn't reflect the value that has been assigned by my code. It works the way it's supposed to, but doesn't seem to refresh the Database Properies sheet. Weird, huh?
|
|