QUOTE(CamoDeveloper @ 17 Jun, 2009 - 03:41 PM)

What language are you using for the front end?
Also, what version of MySQL are you running? If you can support Stored Procedures (Routines) then make one that creates a table and submits the data to a specified table you have setup already. Then, create another Stored Procedure to withdraw the data from that table and post it to where you want it.
Did that make any sense?
~Camo
ok let me show u
SELECT *
FROM users, horse_stats, jocky_stats
WHERE users.stable_name = jocky_stats.stable_name= horse_stats. stable_name = users.user_name
ok i am geting them up but getting to many results like its shown the stable name three times i want to join so it just shows the stable name with there horses and jocks
ok i am using dreamweaver cs4
This post has been edited by peter yianni: 17 Jun, 2009 - 04:07 PM