1 out of 2 rated this helpful - Rate this topic

ShowAllRecords Method [Access 2003 VBA Language Reference]

Office 2003

The ShowAllRecords method carries out the ShowAllRecords action in Visual Basic.

expression.ShowAllRecords

expression Required. An expression that returns a DoCmd object.

Remarks

This method removes any existing filters that may exist on the current table, query, or form. It can be called directly using the syntax DoCmd.ShowAllRecords.

Note  This method only applies to tables, queries, and forms within a Microsoft database (.mdb).



Applies to | DoCmd Object


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.