mloucel
Member
- Local time
- Today, 06:19
- Joined
- Aug 5, 2020
- Messages
- 309
Hello Gurus..
After a few minutes I decided to post this here, since the issue will be handled at the end by VBA..
Issue:
I am working in an application, where a specific number of records will be displayed in the form footer of my Main Menu on a Sub-Form:
This SubForm is created Using 2 queries [I have to], then I create the form and add to the menu.
My SubQuery removes certain Data:
And the Main query, then sets everything to 30 days but eventually I will set this to 90 days maximum [this is JUST for the opening]
I need to be able to create a range on the ReferDate so that I can go to any Max date found in the data base, and any other date within the Min range of the database.
The FIRST DISPLAY [or at least I hope it will be] (when the menu is open) only the first 90 days from today's date will be displayed, but I want to be able to manipulate those dates, so the End User can see any range withing those MIN and MAX of the database.
Just like this:
I have tried with the button set to:
but surely doesn't work, I know I am wrong but if someone can help me with any idea on how to accomplish this..
Thanks
After a few minutes I decided to post this here, since the issue will be handled at the end by VBA..
Issue:
I am working in an application, where a specific number of records will be displayed in the form footer of my Main Menu on a Sub-Form:
This SubForm is created Using 2 queries [I have to], then I create the form and add to the menu.
My SubQuery removes certain Data:
And the Main query, then sets everything to 30 days but eventually I will set this to 90 days maximum [this is JUST for the opening]
I need to be able to create a range on the ReferDate so that I can go to any Max date found in the data base, and any other date within the Min range of the database.
The FIRST DISPLAY [or at least I hope it will be] (when the menu is open) only the first 90 days from today's date will be displayed, but I want to be able to manipulate those dates, so the End User can see any range withing those MIN and MAX of the database.
Just like this:
I have tried with the button set to:
Code:
Me.Recordset.Requery
but surely doesn't work, I know I am wrong but if someone can help me with any idea on how to accomplish this..
Thanks