hello guys
i wanna write a code for the following condition
if the uesr keep txtboxA empty then txtboxB must equal 4
i tried this code in the afterupdate event <<i think its a wrong place
If CtltxtboxA.Text = "" Then
CtltxtboxB.Text= 4
end if
=============
also this one:
If CtltxtboxA.Text = Null Then
CtltxtboxB.Text = "4"
endif
but it doesnt work and no error msgs !
thanks in advance
i wanna write a code for the following condition
if the uesr keep txtboxA empty then txtboxB must equal 4
i tried this code in the afterupdate event <<i think its a wrong place
If CtltxtboxA.Text = "" Then
CtltxtboxB.Text= 4
end if
=============
also this one:
If CtltxtboxA.Text = Null Then
CtltxtboxB.Text = "4"
endif
but it doesnt work and no error msgs !
thanks in advance