B
Burma Jones
I have a form with an unbound textbox. The form is bound to a query. Is
there a way, without refreshing the entire form, to change the contents of
the unbound textbox with the click of a button? Something like:
Private Sub Button1_Click()
Me.UnboundTextbox1 = "Test"
End Sub
Currently I have to page to the next record to see the change.
Thanks!
there a way, without refreshing the entire form, to change the contents of
the unbound textbox with the click of a button? Something like:
Private Sub Button1_Click()
Me.UnboundTextbox1 = "Test"
End Sub
Currently I have to page to the next record to see the change.
Thanks!