mike60smart
Registered User.
- Local time
- Today, 02:02
- Joined
- Aug 6, 2017
- Messages
- 2,137
Hi Everyone
I have a Continuous Form with an Unbound Textbox to Filter for specific records.
How can I then export just the filtered list to Excel?
If I just use the following Code it exports all records.
Any help appreciated
I have a Continuous Form with an Unbound Textbox to Filter for specific records.
How can I then export just the filtered list to Excel?
If I just use the following Code it exports all records.
Code:
DoCmd.OutputTo acOutputForm, "frmActiveClaims", acFormatXLSX, True
Any help appreciated