I currently have a table with many fields and want to add a record (with only some data) to a second table when a record is added to the first.
When a record is added to the first table if the DOCNUMBR field of the record added starts with 'INV' I want to add a record to my second table. Fields in the second table are DOCNUMBR and CUSTNUMBR (which are in the first table) and the date/time when the record is written into the second table.
When a record is added to the first table if the DOCNUMBR field of the record added starts with 'INV' I want to add a record to my second table. Fields in the second table are DOCNUMBR and CUSTNUMBR (which are in the first table) and the date/time when the record is written into the second table.