Question
need help with complicated query/output
Hi everyone,
Still very new to CF I am having a bit of a hardtime with this particular project. there are 2 queries. (the queries CAN't be merged for whatever reason) the first one displays 2 columns, a QTY column and a Identification number.
the second query returns the same identification number and a short description.
what I need to do is have a table on a webpage that lists:
QTY Identification Short description
now the tricky part is that the query returns the first query in order of QTY and the second query has no sorting.
How would I go abouts doing this?
The data is not static, it changes now and again.
Thank you very much
Luc
Still very new to CF I am having a bit of a hardtime with this particular project. there are 2 queries. (the queries CAN't be merged for whatever reason) the first one displays 2 columns, a QTY column and a Identification number.
the second query returns the same identification number and a short description.
what I need to do is have a table on a webpage that lists:
QTY Identification Short description
now the tricky part is that the query returns the first query in order of QTY and the second query has no sorting.
How would I go abouts doing this?
The data is not static, it changes now and again.
Thank you very much
Luc