|
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
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