152 Posted Topics

Member Avatar for vikingGirl

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.

Member Avatar for vikingGirl
0
82
Member Avatar for freshfitz

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]

Member Avatar for arrgh
0
97

The End.