Dears
I have the following problem
I’m using a query to get all the data from my database from the past
year
the second query is displaying the results by month.
How can I match the second query with the first query in order to get
the results from the same store on the same row?
example :
Ford got $2000,- in January and in February they earned $3000,-
BMW got $15000 in January and $7500 in February
in this example FORD AND BMW are the results from Query 1 and the
amounts mentioned are the results of Query 2. How can I print these
results on in the same row where I Ford or BMW is displayed?
thanks for your coop and feedback
Paul
--
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-synchron...ict142196.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=475576
I have the following problem
I’m using a query to get all the data from my database from the past
year
the second query is displaying the results by month.
How can I match the second query with the first query in order to get
the results from the same store on the same row?
example :
Ford got $2000,- in January and in February they earned $3000,-
BMW got $15000 in January and $7500 in February
in this example FORD AND BMW are the results from Query 1 and the
amounts mentioned are the results of Query 2. How can I print these
results on in the same row where I Ford or BMW is displayed?
thanks for your coop and feedback
Paul
--
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-synchron...ict142196.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=475576
Comment