I have a table say A and a query B. A has date, type1_mins, type1_lines,type2_mins,type2_lines,........
Query B has date type2_lines,type2_mins.
I now want to update table A such that i copy values from query B and insert into in the corresponding record where the dates are equal.
Table A has empty records with date alone generated where there is no chance that a date in B is not present in table A
I used a join update query. i keep getting must use an updateable query as error.
Please Help me out.
(I dont know VBA and I dont know SQL in detail so make the solution simple)
Tags: