G
Guest
Acc2007
I have a main form with TabCtl2 with pages and cboRecord to choose records.
PageA has a SubF_01 wtih txtDtBorn to write date born and another txtAge to
calc Age.
PageB has SubF_02 with another fields.
In SubF_02 OnEnter I have:
If [SubF_01]![txtAge] < 10 Then
[SubF_02]![txtXPTO].Enabled = True
Else
[SubF_02]![txtXPTO].Enabled = False
End if
I would like to do requery PageB fields after change txtDtBorn.
Now only to do requery the state fields if I click newrly in cboRecord in
main form to confirm record.
I would like any idea to requery after change date, please.
Thanks in advance.
an
I have a main form with TabCtl2 with pages and cboRecord to choose records.
PageA has a SubF_01 wtih txtDtBorn to write date born and another txtAge to
calc Age.
PageB has SubF_02 with another fields.
In SubF_02 OnEnter I have:
If [SubF_01]![txtAge] < 10 Then
[SubF_02]![txtXPTO].Enabled = True
Else
[SubF_02]![txtXPTO].Enabled = False
End if
I would like to do requery PageB fields after change txtDtBorn.
Now only to do requery the state fields if I click newrly in cboRecord in
main form to confirm record.
I would like any idea to requery after change date, please.
Thanks in advance.
an