Hello Frank, Frank Schönheit - Sun Microsystems Germany schrieb:
Hmm. Not implemented, I'd say. And RFE in IZ is welcome, as always (good bug doc, BTW :).
I have written http://www.openoffice.org/issues/show_bug.cgi?id=64898
Depending on your work flow, it might make sense to have either one of the "Teilnehmer" or "Kurse" tables as master, and the other as detail form. For instance, if in your work flow you usually have a participant which takes a number of new courses, make "Teilnehmer" your master table. If you usually have a course were a number of new participants subscribed, make "Kurse" the master table.
I think, that it will not work for entering new records into the wer_was table. Because it has a compound primary key, it needs a valid reference to 'Kurse' and a valid reference to 'Teilnehmer' at the same time. I cannot make 'Teilnehmer' or 'Kurse' to master, because 'wer_was' would need to be subform to both at the same time. In addition, how will you make 'Kurse' master to 'Teilnehmer' or v.v.? There is no direct link between them.
Else, a macro on the "After record action" event might help - you could reload the sub form therein.
I feared that. In general, standard demands on the database system should be fullfilled without macros. But I'm hopeful. Base is a new modul and it will become better in each release.
kind regards Regina --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
