AlastairOz
Technical User
I am having trouble with trying to get my results onto my forms.
When the SQL is in a container like a cursor adapter, it works OK.
The problem is when I want to have a set of results based on records in cursor adaptors. (Instead of filtering)
For instance:
Select * from cAdaptorA Where cAdaptorA.ID=cAdaptorB.ID
this then returns the records that I want but in a browse window.
I know I need to stipulate INTO caluse, But I want the results to go into cAdaptorA or be used as such.
What do I do?
When the SQL is in a container like a cursor adapter, it works OK.
The problem is when I want to have a set of results based on records in cursor adaptors. (Instead of filtering)
For instance:
Select * from cAdaptorA Where cAdaptorA.ID=cAdaptorB.ID
this then returns the records that I want but in a browse window.
I know I need to stipulate INTO caluse, But I want the results to go into cAdaptorA or be used as such.
What do I do?