shaztastic73
New Member
- Joined
- Jun 22, 2021
- Messages
- 4
- Office Version
- 2019
- Platform
- Windows
Hi, I have very basic VBA knowledge so please go easy on me
I have a query "qry_Data_Ref_Wk_Date" which returns a Min Date "ProcessDate".
I would like to use "ProcessDate" to apply an After Date Filter to another query "qry_Data_Filtered" by whatever means works best and stops me having to run the query qry_Data_Ref_Wk_Date copying ProcessDate and applying the After Date filter manually.....
I am really struggling with this and am not sure even where to start (think its got something to do with storing ProcessDate as a variable and then passing it on somehow), any help would be much appreciated.
I have a query "qry_Data_Ref_Wk_Date" which returns a Min Date "ProcessDate".
I would like to use "ProcessDate" to apply an After Date Filter to another query "qry_Data_Filtered" by whatever means works best and stops me having to run the query qry_Data_Ref_Wk_Date copying ProcessDate and applying the After Date filter manually.....
I am really struggling with this and am not sure even where to start (think its got something to do with storing ProcessDate as a variable and then passing it on somehow), any help would be much appreciated.