ChrisPhair
9 years agoQrew Member
Help with URL Button formula to select from multiple choice field
Hi,
I have put the below URL formula in a button. The objective is to create a new record and populate field ID 31 (this is a multiple choice field) with "Daily Cost".
URLRoot() & "db/" & [_DBID_NEWITEMS] & "?a=API_GenAddRecordForm&_fid_47="
& "&_fid_32=Daily Cost"
& URLEncode ([Record ID#])& "&z=" & Rurl()
When I press the button the new record is created but instead of selecting "Daily Cost" the formula creates another multiple choice selection "Daily Cost2". Any advice on my formula would be appreciated.
Thanks,
I have put the below URL formula in a button. The objective is to create a new record and populate field ID 31 (this is a multiple choice field) with "Daily Cost".
URLRoot() & "db/" & [_DBID_NEWITEMS] & "?a=API_GenAddRecordForm&_fid_47="
& "&_fid_32=Daily Cost"
& URLEncode ([Record ID#])& "&z=" & Rurl()
When I press the button the new record is created but instead of selecting "Daily Cost" the formula creates another multiple choice selection "Daily Cost2". Any advice on my formula would be appreciated.
Thanks,