C
Chris
Can the special effect property be used in vb code? I'm trying to change
the textbox from flat to sunken when a command button is clicked.
I'm trying the code me.txtName.Specialeffect = "sunken"
but I'm getting the error msg;
runtime error '13'
type mismatch
the textbox from flat to sunken when a command button is clicked.
I'm trying the code me.txtName.Specialeffect = "sunken"
but I'm getting the error msg;
runtime error '13'
type mismatch