I have an append query which takes a specific record from an existing table and adds just that record to a new table.
I would like to add three extra fields to the query which aren't on the original table but are required on the new table. This information would be the same for all new records appended in this way.
Is there any way of adding these to the append query so that they are added automatically when the query is run without the operator having to type them in manually?
I would like to add three extra fields to the query which aren't on the original table but are required on the new table. This information would be the same for all new records appended in this way.
Is there any way of adding these to the append query so that they are added automatically when the query is run without the operator having to type them in manually?