thx,
but let me explain it a little further
i have a kind of main form
when that form opens, a other form is automaticly opened with borderstyle none, so without the menubar and stuff,
in the second form a couple of textboxes should be filled in, and some things have to be chosen from comboboxes. when the thing you want is not in the combobox, you can press the "new" button next to the combobox, which opens a new form (also with borderstyle none). in that last form you then can save a new thing for example a new presentation, or a group, ... when i press the save button, the new thing is saved to the database, after it is saved, the form closes and we end up back in the main form, (it should actually be, that we end up back at the previous form, but that's a problem for later) but when i show the form with the textboxes and combo's again, the thing we added to the database isn't shown in the combobox.
i hope you understand it a little
greetz
tom