ContributionsMost RecentMost LikesSolutionsRe: "New Style"We ALL HATE IT! Why is there not an option to turn it off? I can't believe this is something QB wants to force on people. It's slow, buggy, and just plain sucks. ------------------------------ Bryan Fichtner ------------------------------ Re: Missing "rid" parameter.That's the biggest give-up answer ever. How would a dynamic form rule add a new record and change certain fields? Here is what I'm trying to. I add an Order PO, to that purchase order I add a Label PO, and when I add the new Label PO to the Order I need it to change the Status field (drop-down field) to Labels Ordered. ------------------------------ Bryan Fichtner ------------------------------ Re: Missing "rid" parameter.Good morning! I'm having a similar issue. When creating a new record I want to be able to add a Label PO and change the Status field to "Labels Ordered". The status field is a drop-down box. I'm guessing it's due to the record being new is why my formula does not work. URLRoot() & "db/" & Dbid () & "?act=API_EditRecord&rid=" & [Order ID#] & "&_fid_28="&URLEncode("Labels Ordered") &"&RDR="&URLEncode( URLRoot() & "db/" & [_DBID_LABEL_PURCHASE_ORDERS] & "?a=API_GenAddRecordForm&_fid_25=" & URLEncode ([Order ID#]) & "&z=" & Rurl()) ------------------------------ Bryan Fichtner ------------------------------ Re: Is there a method to track/log changes to a singular report within Quickbase?This is genius. I may need some help with the medium tech.