Dietmar Hiller wrote: Hi Dietmar,
also possible. But I still have to enter the "Task_ID" in the "Assignments" table. Is there a way to set this automatically from the main-form's "Task.ID"? The Environment: OOo 2.0.4, HSQL (default) database
I'd guess you'd need some macro magic to do that, because the main form knows nothing of the Task.id until you create it in the subform (if I've understood the setup correctly). You'd need, say, a button, that would be connected to a macro that would create a new task, thereby attributing a task.id (again if I've understood correctly), and then you'd need to update your form (form.reload) in order to be able to obtain the newest Task.id from the table that supports your subform.
Of course, if I've misunderstood what it is you want, I could be completely wrong ;-)
Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
