Thomas
Tue Dec 13 06:44:34 CST 2005
Fieldname is a String format:
Select * from tablename where fieldname = '" & Request.Form("lookup") & "' "
Fieldname is Numeric format:
Select * from tablename where fieldname = " & Request.Form("lookup")
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
"Irwin Fletcher" <noffletchspam@nogmailspam.com> wrote in message
news:ugSWTH%23$FHA.208@tk2msftngp13.phx.gbl...
> Let's say I wanted to do a simple SQL query using the custom query window (let's say select a from
> b where col1=hello). I can't even make that work. There must be some syntax that does work.
> Anyone ever used this or have any ideas on where to find documentation?
>
> Stefan B Rusynko wrote:
>> You will need to learn hand coded ASP and not rely in the wizards
>> - some workarounds for using the wizards are at
>>
http://home.att.net/~codelibrary/FrontPage/index.html
>>