-

   rss_sql_ru_access_programming

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2006
:
:
: 4

:


, 23 2015 . 12:21 +
!

VBA ( 2007).
- . .
.
:

Private Sub ___Click()

On Error Resume Next

Dim Ks, Bank, Bik

Bik = Me![].Value
Ks = Me![].Value

If IsNull(Bik) Then
        MsgBox (" !")
        Exit Sub
Else
        Bik = Me![].Value
        Ks = DLookup("CorrAcc", "tblBIC", "BIC='" & Me![] & "'")
        Bank = DLookup("Bank", "tblBIC", "BIC='" & Me![] & "'")
End If

If IsNull(Ks) And IsNull(Bank) Then MsgBox ("     .    30.07.2014 .")
Me![].Value = Ks
Me![].Value = Bik
Me![].Value = Bank

End Sub


-: .
http://www.bik-info.ru/base.html :

API:
JSON: http://www.bik-info.ru/api.html?type=json&bik=_ ( UTF-8)

XML: http://www.bik-info.ru/api.html?type=xml&bik=_ ( Windows-1251)

?
?

!

http://www.sql.ru/forum/1162770/podgruzit-dannye-o-banke-po-bik


: [1] []
 

:
: 

: ( )

:

  URL