MarkShnier__You
Qrew Legend
6 years agoRe: Pre-populate Dropdown Field on Button click
The Key field on your Notes Type table is probably Record ID# and you are probably trying to populate the field called [Related Note Type], which is a numeric field.
So just have a look at the Notes Type table to see what Record ID is for "Assignment" and then put that number into the formula
like
& "&_fid_34=" & "3" // ie if Assignment rid is 3.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
So just have a look at the Notes Type table to see what Record ID is for "Assignment" and then put that number into the formula
like
& "&_fid_34=" & "3" // ie if Assignment rid is 3.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------