Yes, I realize that (for whatever reason) when you set the DefaultValue to a string you need 3 sets of quotes.
But what I want to do is set the DefaultValue to a variable that contains a string.
I've noted that, as per the suggestion in Help, if you try to set
Me.TxtBox.DefaultValue =Now()
the...