Sorry i will give you the whole rundown
if a customer makes a part payment on an invoice i want to keep notes on how much they paid and when. so that when the invoice is paid in full i have a record sorta like:
"paid $200 21/09/09 - Paid "$100 on 22/09/09 - paid last installment $100 23/09/09"
so on my form i have a field "paidnotes" that i want to add to as i go.
When they make a payment i have radio buttons "is this a full payment or is this a part payment - Yes, No.
js validation ensures they select one or tuther.
If they select "yes" (it is a part payment) i want them redirected to the "paidnotes" textbox and they HAVE to enter something in there - EVEN if it already contains tex from a previously paid installment.
I should point out here that when the update form opens the "paidnotes" field is populated with any notes from past payments.
SO
i might or might not have a textbox field with a previously paid installment.
If this is the case i would already have (say) "paid $100 on 21/09/09" already in the field when the form opens.
I want them then to be able to add to that with the installment they are now entering.
So the validation i need is "have they entered the extra text to the "paidnotes" field, so that when the form action runs it updates the db column to the new text string that would then contain 2 entries.
basically what im saying is "have they entered text into the "paidnotes" field.
this must be regardless of whether there was existing text there already.
You might have noticed by now that i have trouble explaing things and tend to get a bit long winded in doing so - so i appologise for that
Hope this makes things a little clearer
cheers
Grabit