When creating a combo box. You have a list of options, but none may apply, thus creating an "Other." How can you make it so if a user selects other it makes them type a value in or in an "other field?"
Reply from Alex Hedley:
Have an AfterUpdate If combo == "Other" OtherField.SetFocus Check for Length = "" or IsNull(Field) if combo is other when saving.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.