I have two tables, A and B
I currently run an update query which updates table B with data from table A. Table A is constructed using a make table query.
The question I have is would it be possible to update a table directly using the output from a query?
If so a point in the right direction would be appreciated.
I currently run an update query which updates table B with data from table A. Table A is constructed using a make table query.
The question I have is would it be possible to update a table directly using the output from a query?
If so a point in the right direction would be appreciated.