C
Chuck216
Hi
I’m having a little trouble. I have the following code on a form and it
worked great until I moved the fields that I am enabling to a tab control
named “Page1†now the fields on the form won’t enable. Basically what I need
is the correct syntax to change the “Me.field name.enabled to point to
page1 of the tab control.
Thanks in advance for any help with this.
Chuck
If Me.Check145 = True Then
Me.RegJobAssignment.Enabled = True
Me.Supervisor.Enabled = True
Me.AssignmentWhenInjured.Enabled = True
Me.TempSupervisor.Enabled = True
Me.Department.Enabled = True
Me.CostCenter.Enabled = True
Me.JobClass.Enabled = True
Me.HireDate.Enabled = True
Me.YearsAtDW.Enabled = True
Me.HourlyWage.Enabled = True
Me.TimeArrivedToday.Enabled = True
End If
I’m having a little trouble. I have the following code on a form and it
worked great until I moved the fields that I am enabling to a tab control
named “Page1†now the fields on the form won’t enable. Basically what I need
is the correct syntax to change the “Me.field name.enabled to point to
page1 of the tab control.
Thanks in advance for any help with this.
Chuck
If Me.Check145 = True Then
Me.RegJobAssignment.Enabled = True
Me.Supervisor.Enabled = True
Me.AssignmentWhenInjured.Enabled = True
Me.TempSupervisor.Enabled = True
Me.Department.Enabled = True
Me.CostCenter.Enabled = True
Me.JobClass.Enabled = True
Me.HireDate.Enabled = True
Me.YearsAtDW.Enabled = True
Me.HourlyWage.Enabled = True
Me.TimeArrivedToday.Enabled = True
End If