Originally posted by chads2k2
Hey buddy,
what does your current table structure look like? Such as your database structure. I have an idea of how you could do it but hey, I just need to see your table structure. I will work on this and see if I can come up with a good answer.
Chad
Well, the temp database im working on is as follows...
Table 'accounts'
columns 'id' 'account'
Table 'clients'
columns 'id' 'client' 'accoutnID'
Table 'numbers'
columns 'id' 'number'
Table 'tags'
columns 'id' 'tagfrom' 'tagto' 'numberID' 'clientID'
now my tree goes down in that order...but the real database is so big that it cant load all that at once.. It takes way 2 long.. I want it to load the account... only when you click on the account must it load the clients for that specific account and so and so... Dont know if you understand what im trying to do?
Can you help me??