C
ccxc2003
I am trying to fill in a form with a query of an oracle database for some of
the data to then be put into an access database. I currently can query the
oracle database and get good results, and i have a form to post to the access
database. However when i try to set the results of the oracle query into
values on the access database i can not figure out the syntax.
This is what i have tried:
:tables!CarrierTable!ComponentName = queries!wdsqry!PART
and
:tempvar=wdsqry.part
then from there setting that into tables!CarrierTable!ComponentName
however none of that seems to work, if you have any ideas or any better ways
of doing this please let me know.
sql is as follows if curious.
SELECT WDS02_RCV.PART
'FROM WDS02_RCV
'WHERE (WDS02_RCV.RCVR) Like forms!CarrierTable!txtrvr+"*"
the data to then be put into an access database. I currently can query the
oracle database and get good results, and i have a form to post to the access
database. However when i try to set the results of the oracle query into
values on the access database i can not figure out the syntax.
This is what i have tried:
:tables!CarrierTable!ComponentName = queries!wdsqry!PART
and
:tempvar=wdsqry.part
then from there setting that into tables!CarrierTable!ComponentName
however none of that seems to work, if you have any ideas or any better ways
of doing this please let me know.
sql is as follows if curious.
SELECT WDS02_RCV.PART
'FROM WDS02_RCV
'WHERE (WDS02_RCV.RCVR) Like forms!CarrierTable!txtrvr+"*"