PoorCadaver
Registered User.
- Local time
- Today, 04:15
- Joined
- Oct 25, 2011
- Messages
- 30
Hi!
I want to make a checkbox do something like this:
IF strlen(notes) >= 1 THEN check1 = true
notes=column with notes
If there is something written in the column "notes" then I want to check the checkbox. It doesn't feel too difficult, but I just can't figure it out!
Some one here who can help me?
/PoorCadaver
I want to make a checkbox do something like this:
IF strlen(notes) >= 1 THEN check1 = true
notes=column with notes
If there is something written in the column "notes" then I want to check the checkbox. It doesn't feel too difficult, but I just can't figure it out!
Some one here who can help me?
/PoorCadaver