I need help regarding these 2 mentioned questions.
1 - Create a macro that checks whether records of the single string input field, contain only
alphanumeric characters. Macro should create a new field ‘Alphanumeric’ which will have
values as follows:
True – if record is an alphanumeric string
False – if record is not an alphanumeric string.
2 - Create an analytic app for question 1. Take input from user in a textbox and determine
whether it is an alphanumeric string or not.