A
Alex
How could I assign a result of a query to a text box?
I'm trying
Me.txtTextBox.ControlSource = [qryQuery]![Field]
but it's not working.
The result of the query is just one number.
Thanks
I'm trying
Me.txtTextBox.ControlSource = [qryQuery]![Field]
but it's not working.
The result of the query is just one number.
Thanks