How to test function in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all
Is there a similar "Immediate Window" outside the VBE in Access to test
function. The functions in Access are the same in VBE

CLara
 
You can use functions in control sources or queries. Consider creating an
unbound form with a text box and Control Source using your function:
=YourFunction()
 

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

Similar Threads

Two Sets or One Set 3
Assingment of NULL 1
what is "Notify before state loss" 1
Indicator 1
RoundUp decimals 1
Are two Saves the same? 10
How to Print out Code 2
VBE and Arranging Windows 2

Back
Top