Hi I have an ado recordset created from a query,
dependent on selections from a user in a form certain tables are joined to create the select statement. I need to populate an access table with this data derived from the select statement. Looping through each individual record and adding them to the table is too time consuming, an insert statement would be more efficient, however access doesnt like the Inner joins created from the select statement so i cant run the docmd.runsql. Anybody know of a way,
dependent on selections from a user in a form certain tables are joined to create the select statement. I need to populate an access table with this data derived from the select statement. Looping through each individual record and adding them to the table is too time consuming, an insert statement would be more efficient, however access doesnt like the Inner joins created from the select statement so i cant run the docmd.runsql. Anybody know of a way,