M
Marco
Hello.
I'm trying to run this code: (see below)
and access is returning me this erro:
Run-Time erro: 2467
The expression you entered refers to an object that is closed or doens't
exists.
What I'm doing wrong?
If Me.FechadoQA = True Then
Me.RecordsetType = 3
Me.TabCtl125.Pages(127).Enabled = False
Me.TabCtl125.Pages(128).Enabled = False
Else
Me.RecordsetType = 1
Me.TabCtl125.Pages(127).Enabled = True
Me.TabCtl125.Pages(128).Enabled = True
End If
THANKS
I'm trying to run this code: (see below)
and access is returning me this erro:
Run-Time erro: 2467
The expression you entered refers to an object that is closed or doens't
exists.
What I'm doing wrong?
If Me.FechadoQA = True Then
Me.RecordsetType = 3
Me.TabCtl125.Pages(127).Enabled = False
Me.TabCtl125.Pages(128).Enabled = False
Else
Me.RecordsetType = 1
Me.TabCtl125.Pages(127).Enabled = True
Me.TabCtl125.Pages(128).Enabled = True
End If
THANKS