Thanks, Igor. If I understand the pointer concept correct, here's what I'd have to do, right? 1) Build the Reference DB with the following columns. - _id - term (string, idx) - definition (string, idx) - citation (string) - lastrevised (string) 2) Go through (manually) and add a pointer column, to t...