I have a table (tblALL) that has many fields in it.
I have another (querySOME) that has many fields in it.
Both have fields that correspond (ALL_CODE and SOME_CODE).
Can anyone point me in the right direction in working out how to adapt tblALL to include all records from querySOME where ALL_CODE=SOME_CODE? querySOME will change from use to use and it would be great if tblALL could be updated accordingly.
Many thanks
Hugh