docmd open query

S

smason

Hello all

any ideas why this doesnt work!
DoCmd.OpenQuery("qrydatein",acViewNormal,[acEdit])

i am trying to opena query(datein) using a button in a form!
 
S

smason

excellent thanks

RonaldoOneNil said:
Remove the parentheses
DoCmd.OpenQuery "qrydatein", acViewNormal, acEdit

smason said:
Hello all

any ideas why this doesnt work!
DoCmd.OpenQuery("qrydatein",acViewNormal,[acEdit])

i am trying to opena query(datein) using a button in a form!
 

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