dbTalk Databases Forums  

Record is deleted. ,DAO.Database ,3167

comp.databases.ms-access comp.databases.ms-access


Discuss Record is deleted. ,DAO.Database ,3167 in the comp.databases.ms-access forum.



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

Default Record is deleted. ,DAO.Database ,3167 - 10-06-2010 , 04:16 AM






I have a BE reporting.mdb, its tables are linked into the FE

Because of the constant deleting/inserting of data, there is bloat
to solve this, the FE autoexec copies in a master copy of the
reporting.MDB

this worked fine with access97, but with the access2007-runtime when
deleting data
currentdb.execute "DELETE * FROM tblFoo"

I get an error
"Record is deleted. ,DAO.Database ,3167"

there are no memo fields in tblFoo
the last office updates / patches have been applied

is this an access2007 issue ?
what could I try to solve the problem ?

Reply With Quote
  #2  
Old   
David-W-Fenton
 
Posts: n/a

Default Re: Record is deleted. ,DAO.Database ,3167 - 10-06-2010 , 03:12 PM






Roger <lesperancer (AT) natpro (DOT) com> wrote in
news:ecffb562-1763-465b-8020-6d7fc46921bd (AT) n3g2000yqb (DOT) googlegroups.com
:

Quote:
this worked fine with access97, but with the access2007-runtime
when deleting data
currentdb.execute "DELETE * FROM tblFoo"
What about:

CurrentDB.execute "DELETE tblFoo.* FROM tblFoo"

--
David W. Fenton http://www.dfenton.com/
contact via website only http://www.dfenton.com/DFA/

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.