Forum Discussion
KellyBianchi
8 years agoQrew Assistant Captain
The same thing is happening to me, but I am not using the More Button. I am trying to add a child record, and for some reason, it will not allow me to save and then view the record. The "az=" takes me to a new record, and now this code (below) is generating the error described above. I don't understand, because I use it successfully on another form:
URLRoot() & "db/" & [_DBID_CUSTOMER_REPS] & "?a=API_GenAddRecordForm&_fid_26=" & ([Account #]) & "&dfid=10" & "&z=" & Rurl()
Despite the error, the record does safe with the child record.
URLRoot() & "db/" & [_DBID_CUSTOMER_REPS] & "?a=API_GenAddRecordForm&_fid_26=" & ([Account #]) & "&dfid=10" & "&z=" & Rurl()
Despite the error, the record does safe with the child record.
GauravSharma3
8 years agoQrew Commander
Hi Kelly,
Is [Account #] field your key field in the parent table?
Thanks,
Gaurav
Is [Account #] field your key field in the parent table?
Thanks,
Gaurav