two query

F

florin

In Access97, I have two query and I use that in two command:

DoCmd.OpenQuery "QueryName1", acNormal, acEdit
DoCmd.OpenQuery "QueryName2", acNormal, acEdit

Why, QueryName2 is no action?
Tho query in succesion is not running?

Thanks
 
J

Jerry Whittle

Does it return records when you run it manually?

Is it a delete, update, append, data-definition, or pass-through query?

Are you sure that it's not just hiding behind another window?
 

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