erik71,
try just filling the tables using a couple of runsql commands such as
DoCmd.RunSQL "INSERT INTO tblName (FieldA, FieldB, etc.) VALUES ('" & FieldA & "', FieldB, etc.);"
Just a suggestion, but it might work...
Dave
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.