Hi arnelgp,
I am adapting your code to run in the Public Sub instead Form_Open.
I am having trouble with the line of code below: Error says "Compile error Method or data member not found"
With db.CreateQueryDefs("", "Insert Into TableB (FieldNameHere) Values ([p1]);")
What does "Values ([p1])"...