T
Tom DeFlavees via AccessMonster.com
using ADP, is it possible to pass the value of a control on a separate form to a function/parameter query ? Or am I right in thinking that SQL cannot properly decode the reference such as VB might. I'm trying to use a combo box to pull a code from a table and then run a query with the box value as the parameter to pass upon pressing a command button. Might it be easier to simply generate the SQL on the fly in VB and pass that ?