Newbies aelita Posted June 13, 2001 Newbies Posted June 13, 2001 Hi, I am looking for some guidance in building a script that will auto generate a date and comments field. I want the user to be able to enter a date and comment, click a button that says add another comment, and have a new empty date and comment field appear. If anyone can point me to some examples of this I would be much obliged. Thanks for your help! Rosie
Vaughan Posted June 13, 2001 Posted June 13, 2001 The best, most elegant (and proper) way to do this is to crreate a related file to hold the comments (each record in this file will have a date field and a comment field) and use a portal to display them in the master database. Adding another date and comment will just be a matter of clicking into the blank portal row and typing... no scripts or anything needed. This is good data design: each master record can have one or many comments, so it requires a related file: *not* multiple fields or <shudder> repeating fields.
Recommended Posts
This topic is 8569 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now