G
Guest
Hi,
Im having problems working out some logic in an 'If statement
This specific part of my code does no run for sum reason....
ElseIf ((CBoxSession.Text = "All") And Not (CBoxLayout.Text = "All")) The
Can anyone tell me what im doin wrong
What i want to achieve is to run a specific piece of code if the value of one combobox is 'All' while the value of the other is not 'All
Im having problems working out some logic in an 'If statement
This specific part of my code does no run for sum reason....
ElseIf ((CBoxSession.Text = "All") And Not (CBoxLayout.Text = "All")) The
Can anyone tell me what im doin wrong
What i want to achieve is to run a specific piece of code if the value of one combobox is 'All' while the value of the other is not 'All