delete and update

  • Thread starter Thread starter Florin
  • Start date Start date
F

Florin

Hi,

I'm building an aplicattion in access 2002 and function very well.
Soon at installed on other PC (with access2002 also) and problem is that no
function delete and update.
Mention that is make with
DoCmd.OpenQuery "queryname"
and
DoCmd.UpdateQuery "queryname"

Any ideas?

Thanks,
 
Florin said:
Hi,

I'm building an aplicattion in access 2002 and function very well.
Soon at installed on other PC (with access2002 also) and problem is that
no function delete and update.
Mention that is make with
DoCmd.OpenQuery "queryname"
and
DoCmd.UpdateQuery "queryname"

Any ideas?

Perhaps because there's no such thing as:

DoCmd.UpdateQuery "queryname"

If you try and compile your code, you should get an error message about the
object or method .UpdateQuery no being found.
 

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

Back
Top