Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoI am making some guesses an assumption see her so you can correct me if they were incorrect..
The key field of the Rental Agreement Types parent table is probably [Record ID#]. That means that you are probably populating the field called [Related Rental Type]. you will need to see which record that you want chose for that Annual choice.
Let's say that the record you want to choose is Record ID# of 5, so that is what needs to go into the field for [Related Rental Type]. Check if that is correct field for the reference field of the relationship.
URLRoot() & "db/" & [_DBID_RENTAL_AGREEMENTS] & "?a=API_GenAddRecordForm"
& "&_fid_ 9=" & URLEncode ([Record ID#])
& "&_fid_ 38=5"
& "&z=" & Rurl()
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
The key field of the Rental Agreement Types parent table is probably [Record ID#]. That means that you are probably populating the field called [Related Rental Type]. you will need to see which record that you want chose for that Annual choice.
Let's say that the record you want to choose is Record ID# of 5, so that is what needs to go into the field for [Related Rental Type]. Check if that is correct field for the reference field of the relationship.
URLRoot() & "db/" & [_DBID_RENTAL_AGREEMENTS] & "?a=API_GenAddRecordForm"
& "&_fid_
& "&_fid_
& "&z=" & Rurl()
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------