กระทู้เก่าบอร์ด อ.Yeadram
1,330 1
URL.หัวข้อ /
URL
Export Access to Excel แบบใช้เงื่อนไข
จาก code export to excel: DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12Xml, "Rcv in inventory R Area qy", "C:Exc, Rcv in inventory R Area qy", False
ถ้าผมจะกำหนด ให้export แบบใช้เงื่อนไขแบบ Code Openform: DoCmd.OpenForm "Rcv in new pop up F fm", acNormal, , "[ID] = Forms![Rcv in inventory fm].[Text44]"
ผมจะต้องแก้ไข Export Excel ตรงใหนบ้างครับ
ของคุณครับ
ถ้าผมจะกำหนด ให้export แบบใช้เงื่อนไขแบบ Code Openform: DoCmd.OpenForm "Rcv in new pop up F fm", acNormal, , "[ID] = Forms![Rcv in inventory fm].[Text44]"
ผมจะต้องแก้ไข Export Excel ตรงใหนบ้างครับ
ของคุณครับ
1 Reply in this Topic. Dispaly 1 pages and you are on page number 1
1 @R16977
คุณต้องไปสร้าง Query 1 ตัว (Q) ให้มีฟิลด์ที่ต้องการจะนำออกและเงื่อนไขของฟิลด์ ID ก็เป็น Forms![Rcv in inventory fm].[Text44] แล้วสั่งเป็น DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12Xml, "Q", "C:Exc, Rcv in inventory R Area qy", False แทน
Time: 0.3019s