jmark@stayintouch.us
Member
- Local time
- Today, 11:30
- Joined
- Apr 25, 2019
- Messages
- 69
Hi, I have a sample DB that is a very simple example of a problem I need to solve. A table with color and size. A RED query that filters by red and a BLUE query that filers by blue. A single report has no set record source in design mode. When the report it opened, it is opened with a recordsourse of Red set by On Open Vba. Two buttons on the report header are RED and BLUE. When the buttons are pressed they simply execute one line of vba to change the record source. the problem is I need the recordsource PORPERTY BOX to be populated with the new recordsource query so that the "Sort By" in the "Group, Sort and Total" section will work. I know there are other ways to do this, but this is a VERY simplified example of a more complex DB that needs the RecordSource Property to SHOW the current recordsource.
Can anyone help with this?
Thanks! jmark@stayintouch.us
Can anyone help with this?
Thanks! jmark@stayintouch.us