I can provide the address for a bound value from a form and pass it into a function;
However I don't want to click that value on the form for it to be recognized when performing the action desired in my function. Since the value on the form is derived from a query am I not able to pass that value directly to the function?
In other words, what address do I put in my runcode macro when calling up the function?
funcname (query address for value?)
when calling up a bound value from a list on a form, I type the following which works:
funcname (forms!formname !objname)
or do I just have to grab the SQL from the query and embed it in the function. Didn't want to because it is a long web address.
Thank you for your Help
However I don't want to click that value on the form for it to be recognized when performing the action desired in my function. Since the value on the form is derived from a query am I not able to pass that value directly to the function?
In other words, what address do I put in my runcode macro when calling up the function?
funcname (query address for value?)
when calling up a bound value from a list on a form, I type the following which works:
funcname (forms!formname !objname)
or do I just have to grab the SQL from the query and embed it in the function. Didn't want to because it is a long web address.
Thank you for your Help
Comment