ContributionsMost RecentMost LikesSolutionsRe: Trouble with URL button to copy a record with custom GUID (key) field Ian, How are you deduping requests? I have a customer support request application that could use a feature like that. Determining that new request is actually the same as a previous request is a challenge. Re: QuickBase Reports Help Please post a picture of your code page result. Re: Create multiple records on one form I have built a couple code pages that do this type of thing. You need some skills with JavaScript but do not need to be an expert. If you want to talk further send me a message and we can jump on a call. Re: Best way to have a repository of pre-configured options but also allow users to add/edit The Users would only have to create child records for the unique or custom questions. A Pipeline should auto build the records from the Standard table to the questionnaire table for the particular campaign. I have used the technique Mark has described for multiple business cases. Re: Getting child records from a report on a form to open in larger view Not sure how I missed it, but many thanks. Re: Getting child records from a report on a form to open in larger view Mark, I am looking for this setting. I can get to the Report Component window from New Forms but I am not seeing the check box you mention. Is there a separate side bar I am missing? Re: Getting link to related record based on a max date Carol, Since you said you wanted a report, you should not need the Max RID. You are getting the Max Date from the Summary field. Make that Date a Look Up value back in the Activity Table Create a report where Activity Date = Max Date Then embed that report back in the DSO table. Re: Calendar Reports Does the Sub Job have any different fields/ information from a Job? If it is 100% the same then I would relate the Jobs Table to the Jobs Table and make sure that the reference field is Related Customer Job or something that makes it very clear a given Job is the Sub because it has a Parent. If a Sub is different in any way, make a new table. I have a business case for a client where we have to take time cards from employees in the field and then break them into pieces for Payroll. The big distinction is Regular and Overtime for components of a single time card. Just like your case there are different Start and Stops but there is also Related Payroll Allocation Type which a Time Card does not have. Re: Overtime formula Calculation Question Have your Pipeline delete all the OT hours on Record Modify and then recalculate the total. Re: Rich Text Field Markdown Cheatsheet I am not an HTML guru, but is this essentially the browser interpreting it as CSS or HTML style?