Problem with update and delete

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

Florin

Hi,

I'm building an aplicattion in access 2002 and function very well on three
PC.
Soon I 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"
I verify in VB in Tools\References and everything is ok.

I repeat, is the same aplicattion !!


Any ideas?

Thanks,
 
Hi,

I'm building an aplicattion in access 2002 and function very well on three
PC.
Soon I 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"
I verify in VB in Tools\References and everything is ok.

I repeat, is the same aplicattion !!

Do you have the same permissions (read/write/create/delete) on the database's
folder on both computers? What happens when you try to run the query? If
there's an error message... what's the message? Or does it just do nothing, or
crash Access, or what?
 
Thanks,

I will check the permissions on the database's folder. The computer problems
is in another place.
No nothing happens when I try to run query , no crash , but no delete , no
update too.
 

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