Hi
WHen i click on combo box to view the subform, a error message of type mismatch (error 13) comes up.
Contract_afterupdate()
if contract.column(0) then
me.subform.visible=true
elseif contract.column(1) then
me.subform1.visible=true
else
me.subform2.visible=true
endif
I am getting error message on column(0)
my combo box is value list ("one";"two";"three")
any suggestion
Thanks
WHen i click on combo box to view the subform, a error message of type mismatch (error 13) comes up.
Contract_afterupdate()
if contract.column(0) then
me.subform.visible=true
elseif contract.column(1) then
me.subform1.visible=true
else
me.subform2.visible=true
endif
I am getting error message on column(0)
my combo box is value list ("one";"two";"three")
any suggestion
Thanks