mau cara gampang, ngak pake coding........... tp jgn bilang ke siapa2 ya... :)
1. klik text yang mau di buatkan format conditional 2. klik format - conditioning format 3. conditional 1 ==> expression is [BuySell]="Buy" pilih warna yg di inginkan 3. conditional 1 ==> expression is [BuySell]="Sell" pilih warna yg di inginkan Best regard Erwin Sugiawan ----- Original Message ---- From: Sofyan Efendi <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, August 3, 2007 4:07:09 PM Subject: Re: [belajar-access] Format Condition 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: belajar-access@ yahoogroups. com 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 ____________________________________________________________________________________ Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool. http://autos.yahoo.com/carfinder/

