Table dbo_Client and Table History are linked (one to many) with dbo_Client.ClientHistoryID=History.Member_ID
I have created a empty field in History called DistrictNameID. I want dbo_Client.SchoolDistrictNameID to copy into (update) History.DistrictNameID, but only in those records where dbo_Client.ClientHistoryID > 1.
Can this be done?
Thanks for your help!
I have created a empty field in History called DistrictNameID. I want dbo_Client.SchoolDistrictNameID to copy into (update) History.DistrictNameID, but only in those records where dbo_Client.ClientHistoryID > 1.
Can this be done?
Thanks for your help!