Recent content by MungoJerry

  1. M

    iif function not working

    I Just have one last question. If Me.[Reason for Call] = "Other" Then Me.[Details of Call] = "Test" End If looking at this script, how would i make it so instead of saying "Test" it would instead format like; "Device: Error Code: OS: Browser:" so it would list the 4 options above, each...
  2. M

    iif function not working

    That worked perfectly! Thank you very much!
  3. M

    iif function not working

    I have provided another screenshot that will hopefully make it easier to understand. imgur.com/pUhJRET As you can see in the screenshot, The option for "other" will be input into Reason for Call. Once this option is selected i'm looking for a template "Test" to appear in details for call.
  4. M

    iif function not working

    Thank you both for your reply. Please see the below link for a screenshot for hopefully some clarity. Again i'm kinda new to this and not 100% sure if i'm adding this code in the write place. imgur.com/EugOIug
  5. M

    iif function not working

    Hi all, I am currently in the process of creating a form that will allow the user to log call types. I have created a combo box to list multiple reasons for potential calls. I have tried creating an expression for when the option "other" is selected, a list of additional questions will...
Back
Top Bottom