Link to home
Start Free TrialLog in
Avatar of dkilby
dkilbyFlag for Canada

asked on

ms access 2010 + named data macro

I am currently using a named data macro to insert some data into a table, how would i do this with code instead, the table has 3 parameters.
Avatar of als315
als315
Flag of Russian Federation image

In code you have following options:
1. You can create query and run it
2. You can open table and add records to it.
ASKER CERTIFIED 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