MungoJerry
New member
- Local time
- Today, 08:07
- Joined
- May 8, 2019
- Messages
- 5
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 populate in a text box below.
I have tried two variations of an expression but neither seems to work (See below)
IIf([Reason for Call]="Other","Test","")
With the expression above i have added this under conditional formatting on the textbox.
IIf([Reason for Call]="Other",[Details of Call]="Test","")
With the expression above also added this under conditional formatting but on the Reason for call combo box.
Test is where the addition questions will be added.
Apologies i'm new to using access but would greatly appreciate any help on this issue.
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 populate in a text box below.
I have tried two variations of an expression but neither seems to work (See below)
IIf([Reason for Call]="Other","Test","")
With the expression above i have added this under conditional formatting on the textbox.
IIf([Reason for Call]="Other",[Details of Call]="Test","")
With the expression above also added this under conditional formatting but on the Reason for call combo box.
Test is where the addition questions will be added.
Apologies i'm new to using access but would greatly appreciate any help on this issue.