Hello,
I have a MainForm whose purpose is to allow users to apply various filters on a SubForm and then generate a report etc.
However, when the MainForm and SubForm first open, all records from the query are being displayed, which takes some time.
How can I limit the the records initially displayed on my SubForm eg those dated in the last 30 days.
I have read that this is not possible with the docmd.openform - so I am at a loss as to how to go about it.
DubaiDave
I have a MainForm whose purpose is to allow users to apply various filters on a SubForm and then generate a report etc.
However, when the MainForm and SubForm first open, all records from the query are being displayed, which takes some time.
How can I limit the the records initially displayed on my SubForm eg those dated in the last 30 days.
I have read that this is not possible with the docmd.openform - so I am at a loss as to how to go about it.
DubaiDave