hello -
i'm trying to pull this query from the ids that are displayed on the page from another query.
it runs but it limits the result sets only returning one record instead of 2 that are for the query.
the first query can have many id's and the 2nd query can have many to the first.
the only way i can get the id is from assigning a variable to the posted id record set.
my main objective is to create an array from the id's in the first query to pull the data for the second query.
could u provide an example of storing an array of ids and accessing them for the 2nd qry? i've googled, but found some similar nothing useful.
i would post code but limit is 20 lines.
thanks in advance for your help!
i'm trying to pull this query from the ids that are displayed on the page from another query.
it runs but it limits the result sets only returning one record instead of 2 that are for the query.
the first query can have many id's and the 2nd query can have many to the first.
the only way i can get the id is from assigning a variable to the posted id record set.
my main objective is to create an array from the id's in the first query to pull the data for the second query.
could u provide an example of storing an array of ids and accessing them for the 2nd qry? i've googled, but found some similar nothing useful.
i would post code but limit is 20 lines.
thanks in advance for your help!
Comment