I have a parent/child form (document) which runs a datamacro to create records in a third table , based on the records on the child form.
I have tried the "FOR EACH RECORD...." on the child form, and included the "CREATE A RECORD...." within that data block.
The error message i'm getting is "CANT USE A CREATE RECORD " within a 'FOR EACH RECORD" block ???
The table i'm running the datamacro from is the third table.Any suggestions please ?