G
Guest
This morning I asked how I could save the value input by a user of a text box
on a form as the default value of that box. John gave me the following code:
Me.txtUnbound.DefaultValue = """Hello World"""
When I open the form the next time the Hello World does not appear. Does
anybody know what I am doing wrong.
on a form as the default value of that box. John gave me the following code:
Me.txtUnbound.DefaultValue = """Hello World"""
When I open the form the next time the Hello World does not appear. Does
anybody know what I am doing wrong.