S
Sarah
hello - The NorthWind db uses code like:
If CurrentDb().Properties("StartupForm") = "Startup" Then ...
in one of its modules. I have 2 newbie questions.
1) how can I determine (using VBA) the full set of CurrentDb's Properties?
(the names of the properties and their current values.)
2) This may be the same question, but will this work for any object? I need
a good way to list (again using VBA) the names and current values of any
Object's Properties?
much thanks
Sarah
If CurrentDb().Properties("StartupForm") = "Startup" Then ...
in one of its modules. I have 2 newbie questions.
1) how can I determine (using VBA) the full set of CurrentDb's Properties?
(the names of the properties and their current values.)
2) This may be the same question, but will this work for any object? I need
a good way to list (again using VBA) the names and current values of any
Object's Properties?
much thanks
Sarah