ContributionsMost RecentMost LikesSolutionsRe: Can you click on a field within an email to update a quickbase form? Click the button in the email and have the checkbox field get checked. Re: Can you click on a field within an email to update a quickbase form? Thank you Mark. My code for the button isn't working. Am I off track on this URLRoot() & "db/" &Dbid() & "?a=er&rid="&URLEncode([UW Reviewed Checkbox])&"&dfid=494"&"&z="&Rurl() Can you click on a field within an email to update a quickbase form? Is it possible to update a quickbase application via an email? I have a checkbox that needs to be checked and would like the user that gets the email to just open their email and click on the box. thank you Two spaces between FName and LName Is there a formula that I can remove one space? Ex: Kathy Benjamin to Kathy Benjamin Thank you Th Re: Date/Time format Not exporting, its just a display that i need. Do you know the formula to use? Date/Time format Is it possible in quickbase to have a field display date/time like this - 02/20/2025 10:24:53 AM? The closes I can get is 2/20/2025 10:24 and it cuts off the seconds and AM/PM. Color a mulit-line text based on another field (mulitple choice) response. Hello, I'm trying to find a way to color the text that is in a multi line text field based on another field (Multiple choice). If ([Mulitple Choice]="No",[Multi Line],color yellow) Any suggestions would be greatly appreciated. Thank you Re: Add 1 day to date formula THANK YOU! Re: Add 1 day to date formula This formula worked. I am now being asked to add to the formula: RX Type = RX with Benefit Changes. I tried with this and it did not work. Any suggestions? If([REPORT: RX Type Description]="RX With Benefit Changes",and [REPORT: Rx Trigger Date] > [Report: RX Ready Date], [REPORT: Rx Trigger Date] + Days(1), [Report: RX Ready Date]) Add 1 day to date formula Hello, I need help with writing a formula to add a day to a date formula. If([RX Trigger]<[RX Ready Date] add 1 day to the RX Trigger date to be the new RX Ready date. Ex: RX Trigger 10/30/2024 and RX Date 10/29/2024. Result needs to be RX Ready Date 10/31/2024. Thank you Kathy Benjamin Solved