Newbies Dave Cowley Posted May 2, 2012 Newbies Posted May 2, 2012 Hi Ive had a look through the forum and can't find the keyword that I am looking for so I was hoping someone could help. I have the trial version at the moment and I am trying to add a custom text box under my fields where I can add comments then put a date stamp etc.. by the side. I just need to know what it is called please so I can research and learn how to use that section to see if it will do what we want before purchasing. Thanks in advance for your help and sorry if this is the wrong section of the forum. thanks Dave
mr_vodka Posted May 3, 2012 Posted May 3, 2012 I would advise you to create a separate comments table that would have related records to the main record table. Each new comment added would be it's own record. You could create a date timestamp field with the auto entry turned on for creation that would capture when you create each record. You could use a portal to display the table of related notes. 1
Newbies Dave Cowley Posted May 3, 2012 Author Newbies Posted May 3, 2012 Thanks, i have managed to set this up now! I am however having one problem. When i add a comment then click out of the box it keeps adding the same information that was there before in the previous comment. is this because i dont have a new comments button or something? thanks Dave
mr_vodka Posted May 3, 2012 Posted May 3, 2012 are you using the correct related fields? pleas post a screenshot of your relationship graph. and portal in layout mode.
mr_vodka Posted May 3, 2012 Posted May 3, 2012 Well first I would strongly advise you to create a primary ID field in each table. Use a number field with auto-serial option. Also create a number field in your comments table that will act as the foreign key. Your relationship should be based on the primary key ID of your "test" table related to this new foreign key in your comments table. When you create the relationship, there should be an option for allow creation of records. Turn it on for the comment side of the relationship.
Newbies Dave Cowley Posted May 4, 2012 Author Newbies Posted May 4, 2012 Thanks, i have it sorted. I appreciate your time :)
Recommended Posts
This topic is 4643 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