I am using SQL that takes input from the user through a text box, and pops out a report. Here is the code:
SELECT *
FROM Tech_Info
WHERE (((Tech_Info.[Tech#]) Like "[Forms]![Find Tech]![Tech#]*"));
But, This code doesnt return anything. Im trying to make it so that everything that the user enters it looks for something similiar to make it easy on the user. Any Suggestions?
KaayJaay
SELECT *
FROM Tech_Info
WHERE (((Tech_Info.[Tech#]) Like "[Forms]![Find Tech]![Tech#]*"));
But, This code doesnt return anything. Im trying to make it so that everything that the user enters it looks for something similiar to make it easy on the user. Any Suggestions?
KaayJaay