Forum Moderators: coopster
Basically, this is how I envision it happening:
Back end
Front end
So far I've been able to achieve that. However, the one problem I'm having is that new contracts are not pulling the correct information from the database. They are pulling from the most recent information from the previous contract.
I'm new to doing this sort of thing, and have the feeling I need to start over from scratch, because the script I wrote just isn't working. Can someone give me some pointers for making each step of the process work, and especially how to make the db spit out the correct data for each unique contract?
I'm not asking for code to be written for me, just some guidelines for doing what I want to do.
Thanks.
If you have **something** that's working "sorta," there's no reason to scrap it all.
Don't paste your whole script, just relevant parts. I am thinking probably the area that does the select statements that are not working should suffice.
After solving that, we can discuss why you shouldn't use a query string for this. :-)