I am having problems with the following insert statement. On the 
response, everything shows up besides the 2 boolean 
variables, "delivery" and "pickup" I can't figure out how to 
concatonate them correctly in my statement. Does anyone have any 
advice. Thanks a lot.

Sql= "insert into tblorder([Use Date], [Time Start],[Time End], Room, 
Building, Delivery, Pickup, Phone, DEPT)   values ("& Udate & "," & 
STime & "," & ETime & "," & Room & ",'"& Building & ",'" & Delivery 
& "," & Pickup & "," & Phone & ",'" & DEPT & "');"











 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to