maap, repisi:
Private Sub Form_Current()
If IsNull(Me!text1) = False Then
Me!text2.BackColor = 32768
else
Me!text2.BackColor = 16777215
end if
End Sub
----- Original Message -----
From: Sofyan Efendi
To: [email protected]
Sent: Friday, August 03, 2007 4:03 PM
Subject: Re: [belajar-access] Format Condition
goto vba:
Private Sub Form_Current()
If IsNull(Me!text1) = False Then Me!text2.BackColor = 32768
End Sub
----- Original Message -----
From: sukarno
To: [email protected]
Sent: Friday, August 03, 2007 3:46 PM
Subject: [belajar-access] Format Condition
Master Acces,
Mohon bantuan,
Saya ingin memberi warna pada suatu textbox dalam form dengan format
condition.
misal : Jika Text1 ada isinya, maka text2 warna baground menjadi hijau.
Terima kasih.
sukarno