Hey Everyone,
I am trying to set and if statement in an access web app that will change the the Visible property for several Controller Box's but keep getting Error 2055 when the event is triggered. As shown below.
If [NoteTypeComboBox]="Contact"
Then
SetProperty
Contact_TYpeLabel
Visible
Yes
Else If [NoteTypeComboBox]="Interview"
Then
SetProperty
Interview_TypeLabel
Visible
Yes
End If
Error is as follows,
"An error has Occurred.
The expression resulted in an overflow because the value is too large for the resulting data type."
under more Detail
"Error Failed"
Macro Name: List:List
Condition: True:[NoteTypeComboBox]="Contact"
Action Name:
Arguments:
Error Number: 2055
Any help or insights would be much appreciated.