I want to run a Query-B based on condition of another Query-A in Macros or VBA Code.
Query-A Select name from employee where inserted_date= date() //today's date
Query-B -- bla bla
My Need is if Query-A returns any values, Query B need to be executed..
I Tried with IF CONDITION in macros...