G
Guest
Hi there I know that this topic has partially been covered before but I am
trying to disable button if a combo box is not filled in.
At the moment I am using this code, but it is not working -
If IsNull(Me!cmbprojectreference) Then
Me.cmdaddimage.Enabled = False
Else
Me.cmdaddimage.Enabled = True
End If
Please help!!!!!
trying to disable button if a combo box is not filled in.
At the moment I am using this code, but it is not working -
If IsNull(Me!cmbprojectreference) Then
Me.cmdaddimage.Enabled = False
Else
Me.cmdaddimage.Enabled = True
End If
Please help!!!!!