G
Gillian
Hi,
I have a command button, which, when clicked enables four other controls
using the following code:
Me.PPD2_Name.Enabled = True
Me.PPD2__Qualification.Enabled = True
Me.PPD2_Age.Enabled = True
Me.PPD2_Years_of_Experience.Enabled = True
The problem is that when scrolling to a new record, the controls remain
enabled even though there is no data in them.
What I want to happen is if the controls have data in them, then they are
enabled and shown with the data but if there is no data in them (i.e. in a
new record) then the controls are disabled.
Thanks in advance.
I have a command button, which, when clicked enables four other controls
using the following code:
Me.PPD2_Name.Enabled = True
Me.PPD2__Qualification.Enabled = True
Me.PPD2_Age.Enabled = True
Me.PPD2_Years_of_Experience.Enabled = True
The problem is that when scrolling to a new record, the controls remain
enabled even though there is no data in them.
What I want to happen is if the controls have data in them, then they are
enabled and shown with the data but if there is no data in them (i.e. in a
new record) then the controls are disabled.
Thanks in advance.