I'm trying to run the following SQL statement (in VBA since building a query will not accept the with as clause) to populate a table in MS Access 2003.
insert into bomexp (parent, component, qty)
with data (parent, component, qty) as (
select root.no_parte, root.no_compnt...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.