ACC1x: Cannot Change the RecordSource of a Form at Run Time |
Q100174
You cannot change a form's RecordSource property at run time.
Although you cannot change the actual RecordSource property of a form,
you can use the Apply Filter macro action to simulate the effect.
The following steps demonstrate the method to simulate changing the
RecordSource:
Employees2 Macro Action
------------------------
ApplyFilter
Filter Name: Select * from Employees2;
Where Condition: This behavior no longer occurs in Microsoft Access version 2.0.
Microsoft Access "User's Guide," version 1.0, pages 375-382
Additional query words: filter query requery change
Keywords : kbusage
Issue type : kbprb
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |