• Cần giúp về hàm Dcount trong REPORT
  • RE: Cần giúp về hàm Dcount trong REPORT

    trungminh > 12-09-16, 04:22 PM

    (12-09-16, 04:01 PM)ongke0711 Đã viết:
    Mã PHP:
    Private Sub In_Click()
    Dim myPath  As String
    Dim strReportName 
    As String

    DoCmd
    .OpenReport "Baocaonam"acViewPreview

    myPath 
    "C:\Documents and Settings\"
    strReportName = "
    Baocaonam_" & Format(Date(),"ddmmyyyy") & ".pdf"

    DoCmd.OutputTo acOutputReport, "", acFormatPDF, myPath & strReportName, True
    DoCmd.Close acReport, "
    Baocaonam"

    End Sub 

    chân thành cảm ơn đã làm được gần hoàn thiện chương trình thật là quí giá những người đã giúp đỡ chân tình
    (Cho những lệnh thật tuyệt)