professorw999 wrote:

>Sorry, I should have included this the first time.  I am using an 
>Access database.  "Overwrite" is a text field and I checked the case 
>of "Yes" and it is correct.  I'm stumped on this one.  Any other 
>ideas?
>  
>
Have you tried:

ELSEIF lcase(objRS("Overwrite")) = "yes" THEN

Failing that, you don't have any memo type fields in the table that come before the 
Overwrite field? Didn't Access use to have the bug that SELECT * would return 
everything up to the first memo field, but nothing after it? Or did I dream that? ;-)

manzo


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [EMAIL PROTECTED]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

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

<*> 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