G
Guest
I want to enter a value in a field which depends on a value in another I was
trying to use the Switch function on the before update event on the first
field to put values in the second field depending on what was entered in the
first field but it wont work. Switch (Me.fault_code = 100, Me.Call_Code.Value
= "CM", Me.fault_code = 101, Me.Call_Code.Value = "ST"). I am sure this is a
stupid question but its' got me confused.
trying to use the Switch function on the before update event on the first
field to put values in the second field depending on what was entered in the
first field but it wont work. Switch (Me.fault_code = 100, Me.Call_Code.Value
= "CM", Me.fault_code = 101, Me.Call_Code.Value = "ST"). I am sure this is a
stupid question but its' got me confused.