I know I need to use insert into and select
statement but not sure what the syntax is. I am aware of
that is should look something like this
Set db = OpenDatabase("a:\My_Database.mdb")
db.Execute "INSERT INTO Into_Record.Field(8) SELECT
From_Record.Field(x) FROM From_Record.Filed(y)"
pleaase give me an example of the code