-

   rss_sql_ru_access_programming

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2006
:
:
: 4

:


Recordsource

, 23 2014 . 11:07 +
2010.
- ...
, .
Open :

Private Sub Report_Open(Cancel As Integer)
On Error GoTo ErrHandler        
    Me.RecordSource = "EXEC [dbo].[procS];1 "
    Me.subSales.Report.RecordSource = "EXEC [dbo].[procS];2" 
ExitHere:
    Exit Sub
ErrHandler:
    MsgBox Err.Source & "-->" & Err.Number & ":" & Err.Description, vbExclamation, "Error"
    Cancel = True
    Resume ExitHere
End Sub

- Report ( )

Report_Load()
Report_Page()
Report_Activate()
- ", , !"

, Recordsource ? ?

http://www.sql.ru/forum/1106789/iz-otchyota-prisvoit-recordsource-podchinyonnomu-otchyotu


: [1] []
 

:
: 

: ( )

:

  URL