https://quizack.com/vba/mcq/to-obtain-the-value-of-the-number-of-characters-used-in-a-textbox-field-on-a-form-which-snippet-of-vba-code-would-you-use
Answer:
Len(CStr(Forms!DataEntryfrm.Text11.Value))
Note: This Question is unanswered, help us to find answer for this one
More VBA MCQ Questions