dbTalk Databases Forums  

SQL delete

comp.database.ms-access comp.database.ms-access


Discuss SQL delete in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Daniel Tan
 
Posts: n/a

Default SQL delete - 01-06-2004 , 09:45 PM






I have SQL delete that generate an error : Microsoft engine cannot
find input tabel or query "false". Make sure it exists and name
spelled correctly." Pls help

Dim dbs As Database
Set dbs = opendatabase("test.mdb")
dbs.Execute "DELETE * FROM " _
& " test1 WHERE " & [name] = Me.Text0.Value & ""
dbs.Close


Regards,
Daniel

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.