@Francisco77
HI, this isnt super clear to me. Are you saying in the Items Property of the dropdown you have an If statement and that If Statement is looking at another controls value to set the Dropdowns value?
And by the way when you say Initial, do you mean Default?
And what do you mean change it?
The answer I believe is yes. Let's pretend that you have a variable called UseControlValueToSetDropDown and it is a boolean. Now i realize this is a HUGE variable name, but what I want to do, is use this, in the Dropdowns items property to decide whether I use the other controls values, or I use some other values.
So in my Dropdown Default property
If(UseControlValueToSetDropDown,
switch(useControlValueHere
)
,
Set the default to something else, that is NOT coming from the other control.
)
Is this what you mean?
If I have helped you, I would really appreciate if you please Mark my answer as Resolved/Answered, and give it a thumbs up, so it can help others
Cheers
Thank You
Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey