G
Guest
I have a button on a form which I want to diable of the record is empty or a new one.
I have put following code in the Current event of form (it is a tabular form)
Even if the me.Canumber is Null (it is a string type) it is not diabling the COmman button, the code is as below.
Any help
If Me.CANumber = Null Then Me.Command103.Enabled = Fals
I have put following code in the Current event of form (it is a tabular form)
Even if the me.Canumber is Null (it is a string type) it is not diabling the COmman button, the code is as below.
Any help
If Me.CANumber = Null Then Me.Command103.Enabled = Fals