Skip to main content

AccessTr.neT


Textboxda Toplam Karşılaştırma

Textboxda Toplam Karşılaştırma

#3
Dim topla As Double

If Me.TextBox4.Value = "" Or Me.TextBox8.Value = "" Or Me.TextBox12.Value = "" Then
    MsgBox "Gerekli textboxlar bos olamaz"
    Exit Sub
End If

topla = Me.TextBox4.Value + 0 + Me.TextBox8.Value + 0 + Me.TextBox12.Value + 0
If topla > Me.TextBox2.Value Then
    MsgBox "tekrar giris yapin"
    Me.TextBox4.Value = Empty
    Me.TextBox8.Value = Empty
    Me.TextBox12.Value = Empty
    Exit Sub
End If

'Kayit kodlari alta devam edilecek
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
Textboxda Toplam Karşılaştırma - Yazar: malatyalı - 05/07/2021, 20:51
RE: Textboxda Toplam Karşılaştırma - Yazar: berduş - 05/07/2021, 23:49
RE: Textboxda Toplam Karşılaştırma - Yazar: feraz - 06/07/2021, 00:31