S
SpookiePower
I have a button that, when I click it, runs a query.
I want this query to find a person in a table, from the name in the
textbox.
I'm not sure how to put the textbox into the query, but it must be
something
like this -
SELECT *
FROM customer
WHERE table1.name = (the name in the textbox)
How do I do this ?
www.photo.activewebsite.dk
I want this query to find a person in a table, from the name in the
textbox.
I'm not sure how to put the textbox into the query, but it must be
something
like this -
SELECT *
FROM customer
WHERE table1.name = (the name in the textbox)
How do I do this ?
www.photo.activewebsite.dk