Im trying to set up a query to copy the value of a record in a field to another database table.
Both tables contain the field customer ID and are forms. I want to be able to create a button which runs a query to copy the customer ID value of the current record shown in the form to another form. Im having trouble creating a query which will append the data, could anyone give me the SQL for a solution?
Table 1 is called customers and contains the field "customer ID" which I want to copy from.
Table 2 is called Loans which I want to recieve the customer ID too into a field named "customer ID"
Many Thanks, rhig
Both tables contain the field customer ID and are forms. I want to be able to create a button which runs a query to copy the customer ID value of the current record shown in the form to another form. Im having trouble creating a query which will append the data, could anyone give me the SQL for a solution?
Table 1 is called customers and contains the field "customer ID" which I want to copy from.
Table 2 is called Loans which I want to recieve the customer ID too into a field named "customer ID"
Many Thanks, rhig