Hi there,
In the following code, how can I show the checkbox is checked if there is a value in the field? Is it even possible? If the user goes back to edit other text boxes, and forgets to check this one again, it will erase what's in the database table already....
<INPUT TYPE=CHECKBOX NAME=""" & _
iCount & ".notes"" VALUE=""" & _
"*" & """>"
Any thoughts or suggestions would be greatly appreciated. Ttanks in advance.
Mel
In the following code, how can I show the checkbox is checked if there is a value in the field? Is it even possible? If the user goes back to edit other text boxes, and forgets to check this one again, it will erase what's in the database table already....
<INPUT TYPE=CHECKBOX NAME=""" & _
iCount & ".notes"" VALUE=""" & _
"*" & """>"
Any thoughts or suggestions would be greatly appreciated. Ttanks in advance.
Mel