I am using Borland's Delphi working with a simple database structure.
Basic structure is
1. Name table, including a MasterID, which increments with each entry.
2. Session table, with session number, Session ID which increments with each entry, and a MasterID field that links to MasterID in...