Predmet:Re: Promjena naziva labela
PreuzmiIzvorni kôd (Visual Basic):Private Sub PartnerID_AfterUpdate()
Dim R As Integer
Me.StovaristeID.RowSource = Me.StovaristeID.RowSource
R = Me.StovaristeID.ListCount
If R = 0 Then
Me.StovaristeID.Visible = False
Else
Me.StovaristeID.Visible = True
End If
End Sub
Podrska samo putem foruma, jer samo tako i ostali imaju koristi od toga.