I have 2 variable newsql3 and newsql9, the relevant query is below;
SELECT tblBugs.BugsID, tblBugs.DateB, tblBugs.Clarify_Case, tblBugs.DescriptionB, tblBugs.NotesB FROM tblBugs ORDER BY tblBugs.BugsID;
tblBugs.BugsID is the keyID
here is the relevent code;
Private Sub IOS_AfterUpdate()...