T
tom
Hi, I want to disable the field depens on other field input as below:
data 1 data2
A Enable the field for input
B Enable the field for input
C Disable the file for input
I try below only work for condition either one in data1
Me.data2.Enabled = (Me.status = "A")
Below is error
Me.data2.Enabled = (Me.status = "A" or "B")
Regards
Tom
data 1 data2
A Enable the field for input
B Enable the field for input
C Disable the file for input
I try below only work for condition either one in data1
Me.data2.Enabled = (Me.status = "A")
Below is error
Me.data2.Enabled = (Me.status = "A" or "B")
Regards
Tom