Notice: Undefined offset: 2 in /home2/icentarb/public_html/icentar/classes/class.permissions.php on line 735
Private Sub Form_Load()
Combo1.AllowAutoCorrect = False
Dim strSQL As String
strSQL = "SELECT * FROM tt WHERE Naziv Like '**'"
Me.Combo1.RowSource = strSQL
End Sub
Private Sub Combo1_Change()
Dim strSQL As St