152 Posted Topics
Re: I doubt cfimage can generate image maps. But if you know the coordinates when the images are rendered, just save them in variables (array, structure, etc..). Then use those values to generate the image map coordinates. | |
Re: Try a UNION ALL. It will include every record from both selects. Just make sure both selects have the same number of columns. [CODE] SELECT Posted FROM program WHERE cust_no = '125' UNION ALL SELECT Posted FROM history WHERE cust_no = '125' ORDER BY (Your_Date_Field_Name) [/CODE] |
The End.