| re: Set DefaultValue of Textbox with VBA - why doesn't it stick?
> Ken Snell's answer describes the problem well, but if you are looking for
a[color=blue]
> solution to this, there are a number of options - you just need to decide
> where to store this setting. Ideas include a registry entry, a local
> settings table, a custom property of the form, an ini (or other plain[/color]
text )[color=blue]
> file.[/color]
I tried Me.Tag, but apparently that works the same as DefaultValue. I've
done other databases with a settings table, but with this one it's only one
string. Still, it saves the user a lot of work - otherwise he has to
navigate and drill into the directory structure to repopulate the path
variable each time. A custom form property sound interesting. Are there
any concerns with different versions/service packs? The users in this shop
are some of the worst. |