Link to home
Start Free TrialLog in
Avatar of brianpowell
brianpowellFlag for United States of America

asked on

How do i copy data from a MS access table to another MS access table via the query design window.

How do i copy data from a MS access table to another MS access table via the query design window.
SOLUTION
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of brianpowell

ASKER

UPDATE [Task Force] LEFT JOIN DMC_First_Six_Date ON [Task Force].[ ID] = DMC_First_Six_Date.GSH_ID SET DMC_First_Six_Date.GSH_ID = [Task Force].[ ID];
another question:  table modified time  - how do we show this?