JasonJohnson2
6 years agoQrew Cadet
GenAddRecordForm only able to add one field of data
I have created a button to use API_GenAddRecordForm but need it to populate 2 fields with data from the other table. No matter what I do it will only populate the first fid listed no matter which is first. I know I have done this before but don't ever recall having such issues with it. I don't see what I am missing, it is simple stuff but I am too blind to see it.
"?a=API_GenAddRecordForm"
& "&_fid_8=" & [Record ID#]
& "&_fid_6=" & URLEncode([Next Issue Number]);
"?a=API_GenAddRecordForm"
& "&_fid_8=" & [Record ID#]
& "&_fid_6=" & URLEncode([Next Issue Number]);