- Jul 22, 2002
- 201
- 0
- 0
Okay trying to make a small Database to organize some things. I've got Reports, Forms, Tables all made up already. What I want to do is create an SQL Query that when run brings up a small window with a textbox. You type something into that text box, click OK and it runs a search based on the info you typed. I've done it before but my memory is terrible. Here is what I have so far.
SELECT * FROM Magazines
WHERE 'PMOM LastName' = ???????
I can't recal exactly how the WHERE line goes but where the question marks are is where I should be able to say something that tells Access to flag the user for input. PLease help. Thanks in advance.
SELECT * FROM Magazines
WHERE 'PMOM LastName' = ???????
I can't recal exactly how the WHERE line goes but where the question marks are is where I should be able to say something that tells Access to flag the user for input. PLease help. Thanks in advance.
