T
The Doctor
Question: On a form I have the following SQL:
Select table.row FRom table;
And I would like
Select table.row FRom table WHERE( Bring up string from user input);
..
How do I do that?
Select table.row FRom table;
And I would like
Select table.row FRom table WHERE( Bring up string from user input);
..
How do I do that?