Access : จุดเริ่มต้นที่ง่ายที่สุดสำหรับการเรียนรู้ ระบบฐานข้อมูล Access : จุดเริ่มต้นที่ง่ายที่สุดสำหรับการเรียนรู้ การเขียนโปรแกรม Access : เป็นได้ทั้งตัวเก็บฐานข้อมูล และตัวจัดการฐานข้อมูล Thai Access : บอร์ดเสริมการเรียนรู้ Access ด้วยภาษาไทย
@ เขียนคำถามให้ผู้ตอบเข้าใจ จะช่วยให้ผู้ถามได้คำตอบที่ชัดเจนและรวดเร็ว / @ คุณได้คำตอบที่ต้องการแล้วหรือยัง? กลับมาอีกสักครั้งเพื่อแจ้งผู้ตอบ.
0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้
Option Compare DatabaseDim x As DoubleDim X2 As DoubleDim P1(100)Dim P2(100)Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)If Forms!menu.Frame3B = 1 Then If IsNull(Forms!menu.txtPath) Then Me.ImgTax3.Picture = none Else Me.ImgTax3.Picture = Forms!menu.txtPath End IfEnd IfEnd SubPrivate Sub Detail_Print(Cancel As Integer, PrintCount As Integer) If IsNull(Me.Text4.Value) = True Then Me.Text59.ForeColor = RGB(255, 255, 255) End If Me.Text84.Value = " ลำดับที่ในหนังสือรับรองฯ "End SubPrivate Sub PageFooterSection_Print(Cancel As Integer, PrintCount As Integer)Me!PageSum = Me!RunSum - xx = Me!RunSum Me!PageSum3 = Me!RunSum3 - X2X2 = Me!RunSum3 P1(Page) = RunSum P2(Page) = RunSum3Call SetLableRPT1End SubSub SetLableRPT1()On Error Resume Next Me.rptlblname.Caption = "(" & Forms!menu.Combo41 & ")" Me.rptlblposition.Caption = Forms!menu.Combo45 Me.rptlblsenderdate.Caption = Forms!menu.lblDate.Caption ' Me.rptlblRptCode2.Caption = "นำไปรวมกับใบต่อ ภ.ง.ด.53 ฉบับอื่น (ถ้ามี))"End SubPrivate Sub PageHeaderSection_Print(Cancel As Integer, PrintCount As Integer)Dim P As Double If Forms!menu!FrameA.Value = 1 Then Me.lblFac.Caption = "สาขาเลขที่... " & Forms!menu!Fac.Column(0) & "....." & Forms!menu!Fac.Column(1) & "...." End If Me.txtP1 = P1(Page - 1) Me.txtP2 = P2(Page - 1)End SubPrivate Sub Report_NoData(Cancel As Integer) MsgBox "Nodata " Cancel = TrueEnd SubPrivate Sub ReportHeader_Format(Cancel As Integer, FormatCount As Integer) ' Me.rptlblRptCode.Caption = Forms!menu!reportcode.Column(1) Me.Text65.Value = "ยอดยกมา" x = 0 X2 = 0End Sub