I need some help. I have the following code on the on click event of a button on a form.
Me.RecordSource = " Select * from master WHERE " & field & "" & operand & "" & criteria & ";"
How do I display the results in a text box with the field headers on the same form.
Thanks for any help.
Me.RecordSource = " Select * from master WHERE " & field & "" & operand & "" & criteria & ";"
How do I display the results in a text box with the field headers on the same form.
Thanks for any help.