update VBA from query

  • Thread starter trevorC via AccessMonster.com
  • Start date
T

trevorC via AccessMonster.com

Hi all,

Is it possible to update a vba code variable from a query called from the VBA
code.

EG
docmd.openquery "testquery" ' has one filed that returns a number
get returned value from query to use here
T = return from query

If so how do do this.

regards
Trevor
 

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