Search results

  1. J

    Macro If Condition. Help me Guys

    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...
  2. J

    Help me Guys. Updating a child table, based on changes done in Main table.

    Hello Guys, I have a Catalog Table which contains several fields. SOURCE TABLE ID NAME Username PWD A john abc a123 B jack xyz b234 A jone def c456 And i have a...
Back
Top Bottom