>-----Original Message----- >From: Sladi [mailto:[EMAIL PROTECTED] > >Hi! > >I'd like to create a form, which contains a "growing" field. When I >enter this field, I want to be able to add entries there, so this field >"grows". Is this possible? > > ------> >|----------| |-----------| >|entry1 | |entry1 | >|----------| |entry2 | > |... | > |-----------| > > >Regards, >Sladi >
Hello Sladi, Not sure I understand your question. If you mean that the actual control on the form will take up more space on the form as the entries in the 'database field' are added then the answer is pretty much NO. However - you can create a MEMO field in a table. You can then use a text control on your form, bound to this MEMO field. The control has a property that allows you to designate the contents as MULTI-LINE..I think maybe this is what you are after??? Drew Helping OO.org users help each other http://user.services.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
