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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top