D
David8
Hi,
I've a textbox in a form whit a vale, the name of the text box is T1
I must to do a query where the crriteria is the textbox, i think kike this:
SQL = "SELECT ID, DATE FROM TABLE WHERE ID =' & T1 ' "
Where is the problem?
Thanks for the solution.
Best regards from Barcelona.
David8.
I've a textbox in a form whit a vale, the name of the text box is T1
I must to do a query where the crriteria is the textbox, i think kike this:
SQL = "SELECT ID, DATE FROM TABLE WHERE ID =' & T1 ' "
Where is the problem?
Thanks for the solution.
Best regards from Barcelona.
David8.