I have 3 x tables LOG, SERVICES, SERVICELINKS.
LOG is used to write new records to.
SERVICES has a list of items that a LOG record may/may not have any number of references to.
Referencing is done by using table SERVICELINKS.
SERVICELINKS includes LOG_ID & SERVICES_ID.
I'm attempting to create...