> > > So for relating tables and records, it is a bad idea anyway. > > What is bad idea? > Using RecIDs to link records from different tables in your database structure, since the link ID (RecID) might be reused AND it makes no sense to sort records by RecIDs if you want them in the line of entry, since the RecIDs are reused. Florian