This is where I am getting confused.
This process all starts with a select entry script.
It allows me to select one of my cleints and then it shows me a list of the information that has been entered into this data. But since our case managers cannot always get all of the information they need at one sitting or they may need to change some of the information, I need to allow them to to to a second page that allows the to updata, modify or add too the clients information.
I copied a script that allowed for this process but it was dumping all of the information into a group of small tables. I tried to modify it so that it would all go into my one table where this information is stored, but I seem to be missing something I either get an error that says my colums don't match or now I am getting an error that says:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
I am sort of lost.
Hope you can help
John