-

   rss_sql_ru_access_programming

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2006
:
:
: 4

:


, 06 2018 . 14:55 +
! !
, , !

Access2003. "". , . :
" ,22/,14.01.2017, ; ,345/,01.01.2018, ...."
, , 8 .



Public Function unic12(fild, tabl, nam)
Dim db As DAO.Database
Dim rst1 As DAO.Recordset
Set db = CurrentDb
Set rst1 = db.OpenRecordset("select [" & fild & "] from [" & tabl & "] where Cstr(_)='" & nam & "' ;")
If rst1.RecordCount <> 0 Then
    rst1.MoveFirst
    Do While Not rst1.EOF
        r = r & "=" & rst1.Fields(fild)
        rst1.MoveNext
    Loop
    unic12 = Trim(r)
Else
    unic12 = ""
End If
rst1.Close
Set rst1 = Nothing
End Function


, , memo, "" unic12 ! ,

:
_: Last(unic12("";"1";CStr([_])))

255 , !
?
HELP!

http://www.sql.ru/forum/1289859/konkatenaciya-strok


: [1] []
 

:
: 

: ( )

:

  URL