ERROR: Docmd.Requery

  • Thread starter edisonl via AccessMonster.com
  • Start date
E

edisonl via AccessMonster.com

Hi,

I tried to do a docmd.requery after
a docmd.runsql strsql statement.
in my runsql goes something like that: "DELETE * FROM table WHERE
TransactionId =" & TransactionID

Nothing goes wrong, record can be deleted however when I tried to do a docmd.
requery
on the next line of command, it gave me the error message:
You can't use the apply filter ....bla bla bla..

What actually went wrong ?

I am quite certin nothing wrong with the syntax itself as on the other module
within the same function
it works.

Could someone kind enough to englighten me please ?

Regards & God Bless, Edison
 
Top