Hello,
Could someone please advise me on this problem.
I have a txtbox on a form that I want to change the name of (the VBA isn't in the same form).
I've tried the below options but none work – I've tried DefaultValue and ControlSource.
Thanks for any advice.
[Forms]![MyForm]![TextBox1].DefaultValue = "=MyText”
[Forms]![MyForm]![TextBox1].DefaultValue = "MyText”
[Forms]![MyForm]![TextBox1].DefaultValue = "’=MyText’”
Could someone please advise me on this problem.
I have a txtbox on a form that I want to change the name of (the VBA isn't in the same form).
I've tried the below options but none work – I've tried DefaultValue and ControlSource.
Thanks for any advice.
[Forms]![MyForm]![TextBox1].DefaultValue = "=MyText”
[Forms]![MyForm]![TextBox1].DefaultValue = "MyText”
[Forms]![MyForm]![TextBox1].DefaultValue = "’=MyText’”