Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

適用對象

Report 物件

NextRecord 屬性可指定下一個資料列之前是否應該有一個區段。 讀/寫布林值

expression.NextRecord

運算式 必要。 傳回 [套用至] 清單中其中一個對象的表達式。

備註

NextRecord 屬性使用下列設定。

設定

描述

(預設) 區段在下一個資料列之前。

False

區段不在下一個資料列之前。

若要設定此屬性,請為區段的 OnFormat 屬性指定巨集或事件程序。

Microsoft Office Access 2007 會在每個區段的 Format 事件之前將此屬性設定為 True

範例

以下範例針對指定的報表將其 NextRecord 屬性設定為 False

Public Sub ChangeNextRecord(r As Report)
r.NextRecord = False
End Sub

Need more help?

Want more options?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。

Was this information helpful?

How satisfied are you with the translation quality?
What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×