Forum Discussion
MarkShnier__You
Qrew Legend
6 years agoSee this response here to a similar question
https://community.quickbase.com/communities/community-home/digestviewer/viewthread?MessageKey=c339b7c1-65fc-4250-8d33-338770cd8e37&CommunityKey=d860b0f8-6a48-487b-b346-44c47a19a804&tab=digestviewer#bmc339b7c1-65fc-4250-8d33-338770cd8e37
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
https://community.quickbase.com/communities/community-home/digestviewer/viewthread?MessageKey=c339b7c1-65fc-4250-8d33-338770cd8e37&CommunityKey=d860b0f8-6a48-487b-b346-44c47a19a804&tab=digestviewer#bmc339b7c1-65fc-4250-8d33-338770cd8e37
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
AndrewFry
6 years agoQrew Assistant Captain
Hmmm, it doesn't seem to be working as I had expected.
Here is the code from my Add Note button in the Assignments form:
URLRoot() & "db/" & [_DBID_TABLE_1]
& "?a=API_GenAddRecordForm&_fid_25=" & URLEncode ([Assignment ID #])
& "&_fid_34=" & "Assignment"
& "&z=" & Rurl()
The field 34 in my Notes table, is a related field from the Notes Type table. It is a drop down menu. Not sure if any of that makes a difference.
------------------------------
Andrew
andrew.fry25@gmail.com
------------------------------
Here is the code from my Add Note button in the Assignments form:
URLRoot() & "db/" & [_DBID_TABLE_1]
& "?a=API_GenAddRecordForm&_fid_25=" & URLEncode ([Assignment ID #])
& "&_fid_34=" & "Assignment"
& "&z=" & Rurl()
The field 34 in my Notes table, is a related field from the Notes Type table. It is a drop down menu. Not sure if any of that makes a difference.
------------------------------
Andrew
andrew.fry25@gmail.com
------------------------------