In my table, I got text fields and numeric fields, however, sometimes, user put an empty field in some records which I disliked. I try to put some checking such as following syntax to check those empty field but nothing happened. Am I missing something?? Any idea?? Thanks!
1) If len(NAME) = 0...