Forum Discussion
ChrisChris
9 years agoQrew Assistant Captain
Do you mean to pass parameters via a query string in a URL?
ChrisChris
9 years agoQrew Assistant Captain
So, each field in your table has a field ID. The field ID is what QB really references when it writes data.
The field list view should show you the field ID of each field in your specific table.
You yourself would use it in a query string thusly::
"https://.......?_fid_15=text or number&_fid_30=text or number&_fid_22=text or number.... etc..."
Does this make sense?