frnmj
3 years agoQrew Member
What's the correct syntax for custom API_GenAddRecordForm?
Please bare with me as I am completely new to this.
I currently have 2 tables connected
Parent: Loan
Child: Payments
I created a custom form in the Payments table which has the id of 10.
I added an "Add Payment" field to the parent table and this is the formula of the field:
URLRoot() & "db/" & [_DBID_PAYMENTS] & "?a=API_GenAddRecordForm&dfid=10" & ([Record ID#])
The problem is it takes me to the default add form of the Payments table instead of the custom form I made. Can anyone help me with the correct URL formula and pass the data of the selected Loan record to the custom form?
------------------------------
Manuel Jeus Fernandez
------------------------------