[eluser]BoyBlue[/eluser]
I just realized in these posts I've been using WHERE when it should've been SELECT. My mistake. I made changes to all my posts to reflect that.
[eluser]BoyBlue[/eluser]
Ok. I will definitely try that. Where exactly would I put that code? In the Controller or the Model?
[eluser]InsiteFX[/eluser]
Befor you start using your queries.
InsiteFX
[eluser]BoyBlue[/eluser]
I think I get you: Put it at the top of every function in the Model that is using queries (in order to make sure they don't persist into other functions...?).
[eluser]BoyBlue[/eluser]
I'm wondering if perhaps there is another way that you have found is better to get some(but not all) data from one table and insert it into another table...Is the code I'm using correct or is there perhaps another way of doing it. Perhaps there's some direction in the User Guide that I've missed...Anyway, I'll also continue to see if the snippet of code you sent will help out.
[eluser]BoyBlue[/eluser]
I tried that code in various places and it doesn't seem to be helping...If there's a specific place in the model code you think might be best I'd love to hear it...but with the places I put it it didn't work.
So frustrating...
Is there perhaps a different way I can Insert specific data from an existing table into a newly created table?