Hi all
I'm a user not a programmer and can only sometimes follow VBA.
I have copied some code from this forum to create a temp table using transferspreadsheet.
Now I want to copy a field into its destination table.
I can extract the field using dlookup in a select query (Expr1: DLookUp("[F1]","tbl_opr_temp","[f29]=" & [f29]+4)) but can't convert the select query into an append query.
The primary key field for the destination table is application_id. I added the application_id value to each record in the temp table so I could make an association between the temp and destination tables.
I haven't been able to get put field I want to extract into its destination record.
Can anyone steer me in the right direction? Please?
I'm a user not a programmer and can only sometimes follow VBA.
I have copied some code from this forum to create a temp table using transferspreadsheet.
Now I want to copy a field into its destination table.
I can extract the field using dlookup in a select query (Expr1: DLookUp("[F1]","tbl_opr_temp","[f29]=" & [f29]+4)) but can't convert the select query into an append query.
The primary key field for the destination table is application_id. I added the application_id value to each record in the temp table so I could make an association between the temp and destination tables.
I haven't been able to get put field I want to extract into its destination record.
Can anyone steer me in the right direction? Please?