Using a Variable

  • Thread starter Thread starter Tee See
  • Start date Start date
T

Tee See

If I attached an input boxprocudure to the on open event on a form and
captured the CAN/US exchange rate in a variable called varExchRate ... how
can I use that in a query?
 
You can expose a memory variable to a query by using a function that returns
the memory variable. You might have better luck placing the value in a
control on a form and using that control in the query:

Forms!frmYourForm!txtYourTextBox
 

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