I have an employee table and a second employee table because the first was full. I have an employee card that uses subforms that give access to this 2nd employee table.
On opening the Employee Card for, let's say, employee BUR100, I want to run a quick check for the existence of record BUR100 in employee table 2. If not present, it must be inserted.
How can I manage this without the annoying 'you cannot make any changes to the table from this trigger' error ???
Thanks.
Brad
0
Answers
IF NOT Rec.GET("No.") THEN
Rec.INSERT(TRUE);
RIS Plus, LLC